Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shush various interpreter warnings | George Claghorn | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | Terminate processing if inbound email is marked as delivered in callback | George Claghorn | 2018-10-06 | 1 | -0/+25 |
| | |||||
* | Skip after callbacks on terminate | George Claghorn | 2018-10-03 | 1 | -1/+4 |
| | |||||
* | Terminate processing on bounce | George Claghorn | 2018-10-03 | 1 | -0/+22 |
| | |||||
* | Add ActionMailbox::Base#bounce_with | George Claghorn | 2018-10-03 | 1 | -0/+29 |
| | |||||
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 3 | -10/+10 |
| | | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy. | ||||
* | 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 |