aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/mailbox/state_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-281-4/+4
| | | | 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-191-1/+1
|
* Extract mailbox test suites into feature-specific slicesDavid Heinemeier Hansson2018-09-181-0/+34