Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attach a concrete router to the root mailbox and use it | David Heinemeier Hansson | 2018-09-19 | 1 | -10/+8 |
| | | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it. | ||||
* | Make a note for tying inbound email to exception | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+2 |
| | | | | Then InboundEmail doesn't need to serialize or track the exception that went with it. The arrow will point the other way. | ||||
* | Add callbacks | David Heinemeier Hansson | 2018-09-18 | 1 | -2/+7 |
| | |||||
* | More scalable name! | David Heinemeier Hansson | 2018-09-18 | 1 | -2/+2 |
| | | | | There'll probably be other concerns we need to do around the processing. | ||||
* | Process inbound emails with state and exceptions | David Heinemeier Hansson | 2018-09-18 | 1 | -1/+15 |
| | |||||
* | WIP: Router | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+19 |
| | |||||
* | Base -> Mailbox | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+2 |
Won't need Base and can separate routing from execution 👍 |