Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shush various interpreter warnings | George Claghorn | 2018-10-17 | 4 | -4/+4 |
| | |||||
* | Use a class attribute | George Claghorn | 2018-10-17 | 1 | -4/+6 |
| | |||||
* | Remove unnecessary TODO | George Claghorn | 2018-10-17 | 1 | -1/+0 |
| | | | | Exception handlers are executed in the context of a mailbox instance and already have access to the inbound email. | ||||
* | Simplify incineration | George Claghorn | 2018-10-17 | 6 | -25/+16 |
| | |||||
* | Style | George Claghorn | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Move installation tasks to lib/tasks/install.rake | George Claghorn | 2018-10-11 | 2 | -17/+19 |
| | |||||
* | Test against Rails master | George Claghorn | 2018-10-08 | 2 | -55/+61 |
| | |||||
* | Expand incineration tests to cover all processed statuses | George Claghorn | 2018-10-06 | 1 | -1/+17 |
| | |||||
* | Make incineration horizon configurable | George Claghorn | 2018-10-06 | 5 | -5/+5 |
| | |||||
* | Incinerate after bouncing | George Claghorn | 2018-10-06 | 2 | -2/+2 |
| | |||||
* | Shush interpreter warnings regarding uninitialized instance variable | George Claghorn | 2018-10-06 | 1 | -4/+4 |
| | |||||
* | Terminate processing if inbound email is marked as delivered in callback | George Claghorn | 2018-10-06 | 3 | -10/+34 |
| | |||||
* | Compare addresses case-insensitively | George Claghorn | 2018-10-03 | 2 | -2/+11 |
| | |||||
* | Skip after callbacks on terminate | George Claghorn | 2018-10-03 | 2 | -2/+5 |
| | |||||
* | Delete .DS_Store files | George Claghorn | 2018-10-03 | 13 | -0/+0 |
| | |||||
* | Terminate processing on bounce | George Claghorn | 2018-10-03 | 2 | -1/+34 |
| | |||||
* | Add ActionMailbox::Base#bounce_with | George Claghorn | 2018-10-03 | 3 | -0/+42 |
| | |||||
* | Permit receiving an email fixture | George Claghorn | 2018-10-02 | 1 | -0/+4 |
| | |||||
* | Support nesting mailboxes in modules | George Claghorn | 2018-10-01 | 2 | -2/+15 |
| | |||||
* | Add a test helper for creating and routing an inbound email | George Claghorn | 2018-10-01 | 3 | -2/+10 |
| | |||||
* | Provide a logger | George Claghorn | 2018-10-01 | 3 | -2/+8 |
| | |||||
* | Reflect name change | David Heinemeier Hansson | 2018-09-28 | 1 | -2/+2 |
| | |||||
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 60 | -154/+156 |
| | | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy. | ||||
* | Add rerouting option | David Heinemeier Hansson | 2018-09-28 | 4 | -5/+21 |
| | |||||
* | Flesh out testing | David Heinemeier Hansson | 2018-09-28 | 2 | -3/+21 |
| | |||||
* | Extract MessageId concern | David Heinemeier Hansson | 2018-09-28 | 4 | -25/+30 |
| | |||||
* | Ensure message id is present | David Heinemeier Hansson | 2018-09-27 | 1 | -1/+8 |
| | |||||
* | Inline anemic method | David Heinemeier Hansson | 2018-09-27 | 1 | -5/+2 |
| | |||||
* | Convert from Parameters object | David Heinemeier Hansson | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Flesh out conductor interface | David Heinemeier Hansson | 2018-09-27 | 10 | -43/+87 |
| | |||||
* | Sharpen terminology | David Heinemeier Hansson | 2018-09-27 | 1 | -4/+8 |
| | | | | raw_email_content => source | ||||
* | Provide a basic admin interface | David Heinemeier Hansson | 2018-09-27 | 6 | -4/+65 |
| | | | | BEHOLD THE CONDUCTOR! | ||||
* | active_storage:install may halt chain if its already been run | David Heinemeier Hansson | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Make an email that fails to deliver to a mailbox as bounced | David Heinemeier Hansson | 2018-09-27 | 2 | -0/+3 |
| | | | | Probably need a way to either provide more email on the nature of a bounce or have a separate status code for "undeliverable". | ||||
* | Match file and class name | David Heinemeier Hansson | 2018-09-27 | 1 | -0/+0 |
| | |||||
* | Add TODOs based on review call | David Heinemeier Hansson | 2018-09-27 | 2 | -0/+4 |
| | |||||
* | Did that | David Heinemeier Hansson | 2018-09-25 | 1 | -1/+0 |
| | |||||
* | Handle all recipients of an email as part of the routing | David Heinemeier Hansson | 2018-09-25 | 2 | -3/+17 |
| | |||||
* | Extract and associate message_id with newly created inbound emails | David Heinemeier Hansson | 2018-09-25 | 7 | -6/+36 |
| | |||||
* | Add simply bounce handling | David Heinemeier Hansson | 2018-09-21 | 2 | -2/+16 |
| | | | | Bouncing is not an exceptional state, so let's not use exceptions to deal with it. | ||||
* | Remember to deal with message_id | David Heinemeier Hansson | 2018-09-20 | 1 | -0/+1 |
| | |||||
* | Stick with match concept | David Heinemeier Hansson | 2018-09-20 | 1 | -2/+2 |
| | |||||
* | Style | David Heinemeier Hansson | 2018-09-20 | 1 | -1/+0 |
| | |||||
* | Expand router with real routing object and 4-way address options | David Heinemeier Hansson | 2018-09-20 | 4 | -4/+89 |
| | |||||
* | Use proper default | David Heinemeier Hansson | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Test single and multiple string routes | David Heinemeier Hansson | 2018-09-19 | 1 | -8/+30 |
| | |||||
* | Less fancy | David Heinemeier Hansson | 2018-09-19 | 3 | -8/+7 |
| | |||||
* | Allow inbound emails to be created on the fly | David Heinemeier Hansson | 2018-09-19 | 6 | -12/+22 |
| | |||||
* | before_processing should run before the inbound email has been marked as ↵ | David Heinemeier Hansson | 2018-09-19 | 1 | -2/+2 |
| | | | | processing | ||||
* | Extract method to encapsulate status tracking on inbound email | David Heinemeier Hansson | 2018-09-19 | 1 | -8/+14 |
| |