aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/mailbox
Commit message (Collapse)AuthorAgeFilesLines
* Shush various interpreter warningsGeorge Claghorn2018-10-171-1/+1
|
* 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
|
* Add ActionMailbox::Base#bounce_withGeorge Claghorn2018-10-031-0/+29
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-283-10/+10
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Add simply bounce handlingDavid Heinemeier Hansson2018-09-211-0/+14
| | | | Bouncing is not an exceptional state, so let's not use exceptions to deal with it.
* Less fancyDavid Heinemeier Hansson2018-09-191-2/+3
|
* Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-193-4/+4
|
* Routing is a named concept nowDavid Heinemeier Hansson2018-09-191-1/+1
|
* Test routing runs through a job kicked off by the inbound emailDavid Heinemeier Hansson2018-09-191-0/+7
|
* Attach a concrete router to the root mailbox and use itDavid Heinemeier Hansson2018-09-191-0/+23
| | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it.
* Add callbacksDavid Heinemeier Hansson2018-09-181-0/+25
|
* Extract mailbox test suites into feature-specific slicesDavid Heinemeier Hansson2018-09-181-0/+34