aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/mailbox/callbacks_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Terminate processing if inbound email is marked as delivered in callbackGeorge Claghorn2018-10-061-0/+25
|
* Skip after callbacks on terminateGeorge Claghorn2018-10-031-1/+4
|
* Terminate processing on bounceGeorge Claghorn2018-10-031-0/+22
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-281-2/+2
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-191-1/+1
|
* Add callbacksDavid Heinemeier Hansson2018-09-181-0/+25