aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox
Commit message (Collapse)AuthorAgeFilesLines
* Split out all the addresses from recipientsDavid Heinemeier Hansson2018-11-062-21/+26
|
* Add addresses convenience method and a test for itDavid Heinemeier Hansson2018-11-051-0/+21
|
* Extract Mail-bound methods into mail_ext for future upstream workDavid Heinemeier Hansson2018-11-054-6/+16
|
* Merge pull request #1 from basecamp/ingressesGeorge Claghorn2018-11-052-7/+16
|\ | | | | Accept inbound emails from a variety of ingresses
| * Only load the AWS SDK when the Amazon ingress is configuredGeorge Claghorn2018-11-051-1/+12
| |
| * Read ingress passwords/API keys from encrypted credentialsGeorge Claghorn2018-11-051-0/+1
| | | | | | | | Fall back to ENV for people who prefer that approach.
| * Merge branch 'master' into ingressesGeorge Claghorn2018-10-182-5/+7
| |\
| * | Don't require Postfix to send form dataGeorge Claghorn2018-10-181-7/+4
| | |
* | | Validate address on route definitionGeorge Claghorn2018-10-301-3/+9
| |/ |/|
* | Revert "Remove unnecessary TODO"George Claghorn2018-10-171-0/+1
| | | | | | | | This reverts commit 89ada1977ce648b2121cad7cfb95af9686ea016b.
* | Shush various interpreter warningsGeorge Claghorn2018-10-172-2/+2
| |
* | Use a class attributeGeorge Claghorn2018-10-171-4/+6
| |
* | Remove unnecessary TODOGeorge Claghorn2018-10-171-1/+0
|/ | | | Exception handlers are executed in the context of a mailbox instance and already have access to the inbound email.
* Make incineration horizon configurableGeorge Claghorn2018-10-061-0/+2
|
* Terminate processing if inbound email is marked as delivered in callbackGeorge Claghorn2018-10-062-10/+9
|
* Compare addresses case-insensitivelyGeorge Claghorn2018-10-031-2/+2
|
* Skip after callbacks on terminateGeorge Claghorn2018-10-031-1/+1
|
* Terminate processing on bounceGeorge Claghorn2018-10-031-1/+12
|
* Add ActionMailbox::Base#bounce_withGeorge Claghorn2018-10-031-0/+5
|
* Permit receiving an email fixtureGeorge Claghorn2018-10-021-0/+4
|
* Support nesting mailboxes in modulesGeorge Claghorn2018-10-011-1/+1
|
* Add a test helper for creating and routing an inbound emailGeorge Claghorn2018-10-011-1/+5
|
* Provide a loggerGeorge Claghorn2018-10-012-2/+6
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-288-0/+194
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Action Mailbox -> Action MailroomDavid Heinemeier Hansson2018-09-173-19/+0
|
* SkeletonDavid Heinemeier Hansson2018-09-173-0/+19