aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox
Commit message (Collapse)AuthorAgeFilesLines
* Address objects are value objectsDavid Heinemeier Hansson2018-12-061-0/+5
|
* Add address wrappingDavid Heinemeier Hansson2018-12-061-0/+5
| | | | Makes it easier to deal with addresses that may already have been converted
* Add a :all catch-all routeDavid Heinemeier Hansson2018-12-061-2/+4
|
* Include the gem version in the user agent stringGeorge Claghorn2018-12-041-1/+2
|
* Match all valid error codesGeorge Claghorn2018-12-031-1/+1
|
* YAGNI user agent customizationGeorge Claghorn2018-11-251-6/+9
|
* Load OpenSSL only when it's usedGeorge Claghorn2018-11-251-3/+6
|
* Extract ActionMailbox::PostfixRelayerGeorge Claghorn2018-11-251-0/+60
|
* Wrap callbacks in status trackingGeorge Claghorn2018-11-161-2/+2
| | | | Mark the inbound email as processing prior to running before_processing callbacks. Catch failures in after_processing callbacks.
* Consider X-Original-ToGeorge Claghorn2018-11-132-2/+6
|
* Make job queues configurableGeorge Claghorn2018-11-111-0/+4
|
* Use the address lists that have already been supplied to ensure we get the ↵David Heinemeier Hansson2018-11-071-10/+5
| | | | names as well
* TIL: The from field can technically have multiple people in it, but it is ↵David Heinemeier Hansson2018-11-071-1/+1
| | | | exceedingly rare.
* Recipient fields may be nilDavid Heinemeier Hansson2018-11-071-1/+1
|
* Provide a default ActionMailbox::TestCaseDavid Heinemeier Hansson2018-11-061-0/+8
|
* 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