aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Routing documentationDavid Heinemeier Hansson2018-12-121-0/+54
|
* Wrap callbacks in status trackingGeorge Claghorn2018-11-161-2/+2
| | | | Mark the inbound email as processing prior to running before_processing callbacks. Catch failures in after_processing callbacks.
* Revert "Remove unnecessary TODO"George Claghorn2018-10-171-0/+1
| | | | This reverts commit 89ada1977ce648b2121cad7cfb95af9686ea016b.
* Shush various interpreter warningsGeorge Claghorn2018-10-171-1/+1
|
* 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.
* Terminate processing if inbound email is marked as delivered in callbackGeorge Claghorn2018-10-061-1/+6
|
* Add ActionMailbox::Base#bounce_withGeorge Claghorn2018-10-031-0/+5
|
* Provide a loggerGeorge Claghorn2018-10-011-1/+3
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-281-0/+45
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Action Mailbox -> Action MailroomDavid Heinemeier Hansson2018-09-171-2/+0
|
* SkeletonDavid Heinemeier Hansson2018-09-171-0/+2