Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Extract and associate message_id with newly created inbound emails | David Heinemeier Hansson | 2018-09-25 | 1 | -0/+10 |
| | |||||
* | Add simply bounce handling | David Heinemeier Hansson | 2018-09-21 | 1 | -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 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 | 2 | -6/+5 |
| | |||||
* | Allow inbound emails to be created on the fly | David Heinemeier Hansson | 2018-09-19 | 5 | -7/+11 |
| | |||||
* | Needless local var | David Heinemeier Hansson | 2018-09-19 | 1 | -2/+1 |
| | |||||
* | Anemic test better covered in mailbox/routing_test.rb | David Heinemeier Hansson | 2018-09-19 | 1 | -9/+0 |
| | |||||
* | Routing is a named concept now | David Heinemeier Hansson | 2018-09-19 | 2 | -3/+3 |
| | |||||
* | Test routing runs through a job kicked off by the inbound email | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+7 |
| | |||||
* | Everyone needs job testing | David Heinemeier Hansson | 2018-09-19 | 2 | -4/+0 |
| | |||||
* | Attach a concrete router to the root mailbox and use it | David Heinemeier Hansson | 2018-09-19 | 2 | -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 default | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+14 |
| | |||||
* | Missing suffix | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+0 |
| | |||||
* | Only deliver pending emails to the mailroom | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+11 |
| | | | | Makes it easier to test without triggering this behavior. | ||||
* | Add callbacks | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+25 |
| | |||||
* | Extract mailbox test suites into feature-specific slices | David Heinemeier Hansson | 2018-09-18 | 2 | -36/+34 |
| | |||||
* | Proper order | David Heinemeier Hansson | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Process inbound emails with state and exceptions | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+36 |
| | |||||
* | Add test for unsupported content type | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+8 |
| | |||||
* | Add basic, unauthenticated inbound emails controller | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+19 |
| | |||||
* | 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 |