Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 1 | -5/+5 |
| | | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy. | ||||
* | Make an email that fails to deliver to a mailbox as bounced | David Heinemeier Hansson | 2018-09-27 | 1 | -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 routing | David Heinemeier Hansson | 2018-09-25 | 1 | -1/+10 |
| | |||||
* | Expand router with real routing object and 4-way address options | David Heinemeier Hansson | 2018-09-20 | 1 | -0/+43 |
| | |||||
* | Test single and multiple string routes | David Heinemeier Hansson | 2018-09-19 | 1 | -8/+30 |
| | |||||
* | Less fancy | David Heinemeier Hansson | 2018-09-19 | 1 | -4/+2 |
| | |||||
* | Allow inbound emails to be created on the fly | David Heinemeier Hansson | 2018-09-19 | 1 | -2/+6 |
| | |||||
* | Attach a concrete router to the root mailbox and use it | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+2 |
| | | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it. | ||||
* | Proper order | David Heinemeier Hansson | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Assert the intended email was processed | David Heinemeier Hansson | 2018-09-17 | 1 | -2/+2 |
| | |||||
* | First end-to-end rickety test | David Heinemeier Hansson | 2018-09-17 | 1 | -19/+4 |
| | |||||
* | Add dummy app for testing | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+36 |