aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Don't require Postfix to send form dataGeorge Claghorn2018-10-189-46/+36
| | |
| * | NestGeorge Claghorn2018-10-171-2/+3
| | |
| * | Extract module scopeGeorge Claghorn2018-10-171-7/+7
| | |
| * | AlphabetizeGeorge Claghorn2018-10-171-1/+1
| | |
| * | Add Mandrill supportGeorge Claghorn2018-10-173-0/+91
| | |
| * | Accept inbound emails from a variety of ingressesGeorge Claghorn2018-10-1115-46/+291
| | |
* | | Validate address on route definitionGeorge Claghorn2018-10-302-5/+10
| | |
* | | Inherit from ActiveJob::BaseGeorge Claghorn2018-10-251-1/+1
| |/ |/|
* | Revert "Remove unnecessary TODO"George Claghorn2018-10-171-0/+1
| | | | | | | | This reverts commit 89ada1977ce648b2121cad7cfb95af9686ea016b.
* | Remove needless autoloadsGeorge Claghorn2018-10-171-2/+0
| | | | | | | | ActionMailbox::Callbacks and ActionMailbox::Routing are eagerly loaded where they're used.
* | Bump mail to shush mismatched indentation warningsGeorge Claghorn2018-10-171-2/+2
| |
* | Shush various interpreter warningsGeorge Claghorn2018-10-174-4/+4
| |
* | Use a class attributeGeorge Claghorn2018-10-171-4/+6
| |
* | Remove unnecessary TODOGeorge Claghorn2018-10-171-1/+0
| | | | | | | | Exception handlers are executed in the context of a mailbox instance and already have access to the inbound email.
* | Simplify incinerationGeorge Claghorn2018-10-176-25/+16
|/
* StyleGeorge Claghorn2018-10-111-1/+1
|
* Move installation tasks to lib/tasks/install.rakeGeorge Claghorn2018-10-112-17/+19
|
* Test against Rails masterGeorge Claghorn2018-10-082-55/+61
|
* Expand incineration tests to cover all processed statusesGeorge Claghorn2018-10-061-1/+17
|
* Make incineration horizon configurableGeorge Claghorn2018-10-065-5/+5
|
* Incinerate after bouncingGeorge Claghorn2018-10-062-2/+2
|
* Shush interpreter warnings regarding uninitialized instance variableGeorge Claghorn2018-10-061-4/+4
|
* Terminate processing if inbound email is marked as delivered in callbackGeorge Claghorn2018-10-063-10/+34
|
* Compare addresses case-insensitivelyGeorge Claghorn2018-10-032-2/+11
|
* Skip after callbacks on terminateGeorge Claghorn2018-10-032-2/+5
|
* Delete .DS_Store filesGeorge Claghorn2018-10-0313-0/+0
|
* Terminate processing on bounceGeorge Claghorn2018-10-032-1/+34
|
* Add ActionMailbox::Base#bounce_withGeorge Claghorn2018-10-033-0/+42
|
* Permit receiving an email fixtureGeorge Claghorn2018-10-021-0/+4
|
* Support nesting mailboxes in modulesGeorge Claghorn2018-10-012-2/+15
|
* Add a test helper for creating and routing an inbound emailGeorge Claghorn2018-10-013-2/+10
|
* Provide a loggerGeorge Claghorn2018-10-013-2/+8
|
* Reflect name changeDavid Heinemeier Hansson2018-09-281-2/+2
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-2860-154/+156
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Add rerouting optionDavid Heinemeier Hansson2018-09-284-5/+21
|
* Flesh out testingDavid Heinemeier Hansson2018-09-282-3/+21
|
* Extract MessageId concernDavid Heinemeier Hansson2018-09-284-25/+30
|
* Ensure message id is presentDavid Heinemeier Hansson2018-09-271-1/+8
|
* Inline anemic methodDavid Heinemeier Hansson2018-09-271-5/+2
|
* Convert from Parameters objectDavid Heinemeier Hansson2018-09-271-1/+1
|
* Flesh out conductor interfaceDavid Heinemeier Hansson2018-09-2710-43/+87
|
* Sharpen terminologyDavid Heinemeier Hansson2018-09-271-4/+8
| | | | raw_email_content => source
* Provide a basic admin interfaceDavid Heinemeier Hansson2018-09-276-4/+65
| | | | BEHOLD THE CONDUCTOR!
* active_storage:install may halt chain if its already been runDavid Heinemeier Hansson2018-09-271-1/+1
|
* Make an email that fails to deliver to a mailbox as bouncedDavid Heinemeier Hansson2018-09-272-0/+3
| | | | Probably need a way to either provide more email on the nature of a bounce or have a separate status code for "undeliverable".
* Match file and class nameDavid Heinemeier Hansson2018-09-271-0/+0
|
* Add TODOs based on review callDavid Heinemeier Hansson2018-09-272-0/+4
|
* Did thatDavid Heinemeier Hansson2018-09-251-1/+0
|
* Handle all recipients of an email as part of the routingDavid Heinemeier Hansson2018-09-252-3/+17
|
* Extract and associate message_id with newly created inbound emailsDavid Heinemeier Hansson2018-09-257-6/+36
|