Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recipient fields may be nil | David Heinemeier Hansson | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | Provide a default ActionMailbox::TestCase | David Heinemeier Hansson | 2018-11-06 | 1 | -0/+8 |
| | |||||
* | Split out all the addresses from recipients | David Heinemeier Hansson | 2018-11-06 | 2 | -21/+26 |
| | |||||
* | Add addresses convenience method and a test for it | David Heinemeier Hansson | 2018-11-05 | 1 | -0/+21 |
| | |||||
* | Extract Mail-bound methods into mail_ext for future upstream work | David Heinemeier Hansson | 2018-11-05 | 4 | -6/+16 |
| | |||||
* | Merge pull request #1 from basecamp/ingresses | George Claghorn | 2018-11-05 | 2 | -7/+16 |
|\ | | | | | Accept inbound emails from a variety of ingresses | ||||
| * | Only load the AWS SDK when the Amazon ingress is configured | George Claghorn | 2018-11-05 | 1 | -1/+12 |
| | | |||||
| * | Read ingress passwords/API keys from encrypted credentials | George Claghorn | 2018-11-05 | 1 | -0/+1 |
| | | | | | | | | Fall back to ENV for people who prefer that approach. | ||||
| * | Merge branch 'master' into ingresses | George Claghorn | 2018-10-18 | 2 | -5/+7 |
| |\ | |||||
| * | | Don't require Postfix to send form data | George Claghorn | 2018-10-18 | 1 | -7/+4 |
| | | | |||||
* | | | Validate address on route definition | George Claghorn | 2018-10-30 | 1 | -3/+9 |
| |/ |/| | |||||
* | | Revert "Remove unnecessary TODO" | George Claghorn | 2018-10-17 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 89ada1977ce648b2121cad7cfb95af9686ea016b. | ||||
* | | Shush various interpreter warnings | George Claghorn | 2018-10-17 | 2 | -2/+2 |
| | | |||||
* | | Use a class attribute | George Claghorn | 2018-10-17 | 1 | -4/+6 |
| | | |||||
* | | Remove unnecessary TODO | George Claghorn | 2018-10-17 | 1 | -1/+0 |
|/ | | | | Exception handlers are executed in the context of a mailbox instance and already have access to the inbound email. | ||||
* | Make incineration horizon configurable | George Claghorn | 2018-10-06 | 1 | -0/+2 |
| | |||||
* | Terminate processing if inbound email is marked as delivered in callback | George Claghorn | 2018-10-06 | 2 | -10/+9 |
| | |||||
* | Compare addresses case-insensitively | George Claghorn | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | Skip after callbacks on terminate | George Claghorn | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | Terminate processing on bounce | George Claghorn | 2018-10-03 | 1 | -1/+12 |
| | |||||
* | Add ActionMailbox::Base#bounce_with | George Claghorn | 2018-10-03 | 1 | -0/+5 |
| | |||||
* | Permit receiving an email fixture | George Claghorn | 2018-10-02 | 1 | -0/+4 |
| | |||||
* | Support nesting mailboxes in modules | George Claghorn | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Add a test helper for creating and routing an inbound email | George Claghorn | 2018-10-01 | 1 | -1/+5 |
| | |||||
* | Provide a logger | George Claghorn | 2018-10-01 | 2 | -2/+6 |
| | |||||
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 8 | -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 Mailroom | David Heinemeier Hansson | 2018-09-17 | 3 | -19/+0 |
| | |||||
* | Skeleton | David Heinemeier Hansson | 2018-09-17 | 3 | -0/+19 |