aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Extract Mail-bound methods into mail_ext for future upstream workDavid Heinemeier Hansson2018-11-052-6/+2
|
* Merge pull request #1 from basecamp/ingressesGeorge Claghorn2018-11-058-22/+214
|\ | | | | Accept inbound emails from a variety of ingresses
| * Only load the AWS SDK when the Amazon ingress is configuredGeorge Claghorn2018-11-052-3/+12
| |
| * Rename authentication callbacksGeorge Claghorn2018-11-053-11/+7
| |
| * Read ingress passwords/API keys from encrypted credentialsGeorge Claghorn2018-11-055-43/+58
| | | | | | | | Fall back to ENV for people who prefer that approach.
| * Stage an Action Controller extractionGeorge Claghorn2018-10-291-4/+9
| |
| * Raise when required config is missingGeorge Claghorn2018-10-293-3/+25
| |
| * Skip needless array allocationGeorge Claghorn2018-10-191-1/+1
| |
| * Go strictGeorge Claghorn2018-10-191-1/+1
| |
| * InlineGeorge Claghorn2018-10-191-13/+7
| |
| * StyleGeorge Claghorn2018-10-191-1/+0
| |
| * Mailgun copes with a 204 response statusGeorge Claghorn2018-10-191-1/+0
| |
| * Tighten up the acceptable driftGeorge Claghorn2018-10-191-2/+2
| |
| * Don't short-circuitGeorge Claghorn2018-10-191-1/+1
| |
| * StyleGeorge Claghorn2018-10-191-1/+0
| |
| * Rely on the 204 No Content default responseGeorge Claghorn2018-10-193-3/+0
| |
| * Merge branch 'master' into ingressesGeorge Claghorn2018-10-185-22/+13
| |\
| * | InlineGeorge Claghorn2018-10-181-3/+1
| | |
| * | Fix logger referenceGeorge Claghorn2018-10-181-1/+1
| | |
| * | Don't require Postfix to send form dataGeorge Claghorn2018-10-186-33/+18
| | |
| * | Add Mandrill supportGeorge Claghorn2018-10-171-0/+59
| | |
| * | Accept inbound emails from a variety of ingressesGeorge Claghorn2018-10-117-18/+133
| | |
* | | Inherit from ActiveJob::BaseGeorge Claghorn2018-10-251-1/+1
| |/ |/|
* | Shush various interpreter warningsGeorge Claghorn2018-10-171-1/+1
| |
* | Simplify incinerationGeorge Claghorn2018-10-175-22/+13
|/
* Make incineration horizon configurableGeorge Claghorn2018-10-063-5/+2
|
* Incinerate after bouncingGeorge Claghorn2018-10-062-2/+2
|
* Shush interpreter warnings regarding uninitialized instance variableGeorge Claghorn2018-10-061-4/+4
|
* Delete .DS_Store filesGeorge Claghorn2018-10-039-0/+0
|
* Add a test helper for creating and routing an inbound emailGeorge Claghorn2018-10-012-1/+5
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-2824-35/+35
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Add rerouting optionDavid Heinemeier Hansson2018-09-283-5/+20
|
* Extract MessageId concernDavid Heinemeier Hansson2018-09-283-24/+29
|
* Ensure message id is presentDavid Heinemeier Hansson2018-09-271-1/+8
|
* Inline anemic methodDavid Heinemeier Hansson2018-09-271-5/+2
|
* Convert from Parameters objectDavid Heinemeier Hansson2018-09-271-1/+1
|
* Flesh out conductor interfaceDavid Heinemeier Hansson2018-09-279-41/+82
|
* Sharpen terminologyDavid Heinemeier Hansson2018-09-271-4/+8
| | | | raw_email_content => source
* Provide a basic admin interfaceDavid Heinemeier Hansson2018-09-275-2/+63
| | | | BEHOLD THE CONDUCTOR!
* Add TODOs based on review callDavid Heinemeier Hansson2018-09-272-0/+4
|
* Did thatDavid Heinemeier Hansson2018-09-251-1/+0
|
* Extract and associate message_id with newly created inbound emailsDavid Heinemeier Hansson2018-09-252-2/+17
|
* Remember to deal with message_idDavid Heinemeier Hansson2018-09-201-0/+1
|
* You're not paying by the characterDavid Heinemeier Hansson2018-09-191-1/+1
|
* Extract routable concernDavid Heinemeier Hansson2018-09-192-11/+14
|
* Routing is a named concept nowDavid Heinemeier Hansson2018-09-193-8/+8
|
* Temp routing directly to named controllerDavid Heinemeier Hansson2018-09-191-1/+1
| | | | Need the singleton to live somewhere proper.
* Simpler class definitionDavid Heinemeier Hansson2018-09-191-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 itDavid Heinemeier Hansson2018-09-191-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 defaultDavid Heinemeier Hansson2018-09-194-0/+62
|