aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Shush various interpreter warningsGeorge Claghorn2018-10-171-1/+1
|
* Simplify incinerationGeorge Claghorn2018-10-171-3/+3
|
* Expand incineration tests to cover all processed statusesGeorge Claghorn2018-10-061-1/+17
|
* Terminate processing if inbound email is marked as delivered in callbackGeorge Claghorn2018-10-061-0/+25
|
* Compare addresses case-insensitivelyGeorge Claghorn2018-10-031-0/+9
|
* Skip after callbacks on terminateGeorge Claghorn2018-10-031-1/+4
|
* Delete .DS_Store filesGeorge Claghorn2018-10-032-0/+0
|
* Terminate processing on bounceGeorge Claghorn2018-10-031-0/+22
|
* Add ActionMailbox::Base#bounce_withGeorge Claghorn2018-10-032-0/+37
|
* Support nesting mailboxes in modulesGeorge Claghorn2018-10-011-1/+14
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-2816-30/+30
| | | | 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-282-3/+21
|
* Make an email that fails to deliver to a mailbox as bouncedDavid Heinemeier Hansson2018-09-271-0/+1
| | | | Probably need a way to either provide more email on the nature of a bounce or have a separate status code for "undeliverable".
* Handle all recipients of an email as part of the routingDavid Heinemeier Hansson2018-09-251-1/+10
|
* Extract and associate message_id with newly created inbound emailsDavid Heinemeier Hansson2018-09-253-0/+12
|
* 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.
* Expand router with real routing object and 4-way address optionsDavid Heinemeier Hansson2018-09-201-0/+43
|
* Test single and multiple string routesDavid Heinemeier Hansson2018-09-191-8/+30
|
* Less fancyDavid Heinemeier Hansson2018-09-192-6/+5
|
* Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-195-7/+11
|
* 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-192-3/+3
|
* Test routing runs through a job kicked off by the inbound emailDavid Heinemeier Hansson2018-09-191-0/+7
|
* Everyone needs job testingDavid Heinemeier Hansson2018-09-193-5/+2
|
* Add easy way to get logging information inline for test failure diagnosisDavid Heinemeier Hansson2018-09-191-0/+4
|
* Attach a concrete router to the root mailbox and use itDavid Heinemeier Hansson2018-09-192-1/+25
| | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it.
* Add incineration by defaultDavid Heinemeier Hansson2018-09-191-0/+14
|
* Make debugger available in testingDavid Heinemeier Hansson2018-09-191-0/+2
|
* 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.
* Add callbacksDavid Heinemeier Hansson2018-09-181-0/+25
|
* Extract mailbox test suites into feature-specific slicesDavid Heinemeier Hansson2018-09-182-36/+34
|
* Proper orderDavid Heinemeier Hansson2018-09-181-1/+1
|
* Process inbound emails with state and exceptionsDavid Heinemeier Hansson2018-09-181-0/+36
|
* Add test for unsupported content typeDavid Heinemeier Hansson2018-09-182-0/+9
|
* Use a test helper to create fixtures rather than rely on them being predefinedDavid Heinemeier Hansson2018-09-181-8/+3
| | | | Too much hassle to manage all the steps compared to just pointing to an .eml fixture and having it setup for you.
* Add basic, unauthenticated inbound emails controllerDavid Heinemeier Hansson2018-09-171-0/+19
|
* Assert the intended email was processedDavid Heinemeier Hansson2018-09-171-2/+2
|
* Keep the riff raff outDavid Heinemeier Hansson2018-09-171-0/+3
|
* First end-to-end rickety testDavid Heinemeier Hansson2018-09-173-21/+641
|
* Add dummy app for testingDavid Heinemeier Hansson2018-09-1776-2/+7271
|
* SkeletonDavid Heinemeier Hansson2018-09-171-0/+25