aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/mailbox/routing_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Shush various interpreter warningsGeorge Claghorn2018-10-171-1/+1
|
* 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.
* Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-191-2/+2
|
* 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.