Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip needless array allocation | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Go strict | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Inline | George Claghorn | 2018-10-19 | 1 | -13/+7 |
| | |||||
* | Style | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| | |||||
* | Mailgun copes with a 204 response status | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| | |||||
* | Tighten up the acceptable drift | George Claghorn | 2018-10-19 | 1 | -2/+2 |
| | |||||
* | Don't short-circuit | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Style | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| | |||||
* | Rely on the 204 No Content default response | George Claghorn | 2018-10-19 | 3 | -3/+0 |
| | |||||
* | Merge branch 'master' into ingresses | George Claghorn | 2018-10-18 | 5 | -22/+13 |
|\ | |||||
| * | Shush various interpreter warnings | George Claghorn | 2018-10-17 | 1 | -1/+1 |
| | | |||||
| * | Simplify incineration | George Claghorn | 2018-10-17 | 5 | -22/+13 |
| | | |||||
* | | Inline | George Claghorn | 2018-10-18 | 1 | -3/+1 |
| | | |||||
* | | Fix logger reference | George Claghorn | 2018-10-18 | 1 | -1/+1 |
| | | |||||
* | | Don't require Postfix to send form data | George Claghorn | 2018-10-18 | 6 | -33/+18 |
| | | |||||
* | | Add Mandrill support | George Claghorn | 2018-10-17 | 1 | -0/+59 |
| | | |||||
* | | Accept inbound emails from a variety of ingresses | George Claghorn | 2018-10-11 | 7 | -18/+133 |
|/ | |||||
* | Make incineration horizon configurable | George Claghorn | 2018-10-06 | 3 | -5/+2 |
| | |||||
* | 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 |
| | |||||
* | Delete .DS_Store files | George Claghorn | 2018-10-03 | 9 | -0/+0 |
| | |||||
* | Add a test helper for creating and routing an inbound email | George Claghorn | 2018-10-01 | 2 | -1/+5 |
| | |||||
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 24 | -35/+35 |
| | | | | 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 | 3 | -5/+20 |
| | |||||
* | Extract MessageId concern | David Heinemeier Hansson | 2018-09-28 | 3 | -24/+29 |
| | |||||
* | 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 | 9 | -41/+82 |
| | |||||
* | 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 | 5 | -2/+63 |
| | | | | BEHOLD THE CONDUCTOR! | ||||
* | 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 |
| | |||||
* | Extract and associate message_id with newly created inbound emails | David Heinemeier Hansson | 2018-09-25 | 2 | -2/+17 |
| | |||||
* | Remember to deal with message_id | David Heinemeier Hansson | 2018-09-20 | 1 | -0/+1 |
| | |||||
* | You're not paying by the character | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Extract routable concern | David Heinemeier Hansson | 2018-09-19 | 2 | -11/+14 |
| | |||||
* | Routing is a named concept now | David Heinemeier Hansson | 2018-09-19 | 3 | -8/+8 |
| | |||||
* | Temp routing directly to named controller | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | | | | Need the singleton to live somewhere proper. | ||||
* | Simpler class definition | David Heinemeier Hansson | 2018-09-19 | 1 | -6/+4 |
| | | | | Don't actually remember why we've used the explicit module wrapper before? | ||||
* | Attach a concrete router to the root mailbox and use it | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | | | | 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 | 4 | -0/+62 |
| | |||||
* | Follow db table convention | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Only deliver pending emails to the mailroom | David Heinemeier Hansson | 2018-09-18 | 1 | -1/+1 |
| | | | | Makes it easier to test without triggering this behavior. | ||||
* | Inherit from ActiveJob::Base rather than ApplicationJob | David Heinemeier Hansson | 2018-09-18 | 2 | -7/+9 |
| | | | | Don't want to trigger app-specific behavior here. | ||||
* | Prefix queue name like we do routes | David Heinemeier Hansson | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Remember to add access protection | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+1 |
| | |||||
* | Add basic, unauthenticated inbound emails controller | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+14 |
| | |||||
* | Save this for a little later | David Heinemeier Hansson | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | First end-to-end rickety test | David Heinemeier Hansson | 2018-09-17 | 1 | -2/+4 |
| |