Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Less fancy | David Heinemeier Hansson | 2018-09-19 | 1 | -2/+3 |
| | |||||
* | Allow inbound emails to be created on the fly | David Heinemeier Hansson | 2018-09-19 | 3 | -4/+4 |
| | |||||
* | Routing is a named concept now | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Test routing runs through a job kicked off by the inbound email | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+7 |
| | |||||
* | Attach a concrete router to the root mailbox and use it | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+23 |
| | | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it. | ||||
* | 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 | 1 | -0/+34 |