aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/inbound_email
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ingressesGeorge Claghorn2018-10-181-3/+3
|\
| * Simplify incinerationGeorge Claghorn2018-10-171-3/+3
| |
* | Don't require Postfix to send form dataGeorge Claghorn2018-10-181-3/+1
|/
* Expand incineration tests to cover all processed statusesGeorge Claghorn2018-10-061-1/+17
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-282-3/+3
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Flesh out testingDavid Heinemeier Hansson2018-09-281-0/+15
|
* Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-191-1/+1
|
* Needless local varDavid Heinemeier Hansson2018-09-191-2/+1
|
* Anemic test better covered in mailbox/routing_test.rbDavid Heinemeier Hansson2018-09-191-9/+0
|
* Routing is a named concept nowDavid Heinemeier Hansson2018-09-191-2/+2
|
* Everyone needs job testingDavid Heinemeier Hansson2018-09-192-4/+0
|
* Add incineration by defaultDavid Heinemeier Hansson2018-09-191-0/+14
|
* Missing suffixDavid Heinemeier Hansson2018-09-191-0/+0
|
* Only deliver pending emails to the mailroomDavid Heinemeier Hansson2018-09-181-0/+11
Makes it easier to test without triggering this behavior.