aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* remove unimplemented arguement when adding mail message to ActiveStorageKyle Keesling2018-12-141-1/+1
| | | | The indentify parameter is not yet implemented in Rails 5.2.2
* Add frozen_string_literal: true to match Rails codebaseDino Maric2018-12-1416-0/+32
|
* Document the ingress controllersGeorge Claghorn2018-12-136-1/+168
|
* Basic docs for most classesDavid Heinemeier Hansson2018-12-128-0/+52
|
* Base noteDavid Heinemeier Hansson2018-12-121-0/+1
|
* Allow CC, BCC, and In-Reply-To mail attributes to be set on new deliveryDavid Heinemeier Hansson2018-12-032-1/+16
|
* Make job queues configurableGeorge Claghorn2018-11-112-2/+2
|
* Discard incineration jobs for missing inbound emailsGeorge Claghorn2018-11-091-0/+2
|
* 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
|