Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+50 |
| | |||||
* | Extract Mail-bound methods into mail_ext for future upstream work | David Heinemeier Hansson | 2018-11-05 | 7 | -12/+19 |
| | |||||
* | Merge pull request #1 from basecamp/ingresses | George Claghorn | 2018-11-05 | 25 | -67/+599 |
|\ | | | | | Accept inbound emails from a variety of ingresses | ||||
| * | Always emit enhanced SMTP status codes | George Claghorn | 2018-11-05 | 1 | -11/+12 |
| | | |||||
| * | The ingress username is constant | George Claghorn | 2018-11-05 | 1 | -4/+6 |
| | | |||||
| * | Remove duplicate method | George Claghorn | 2018-11-05 | 1 | -5/+0 |
| | | |||||
| * | Only load the AWS SDK when the Amazon ingress is configured | George Claghorn | 2018-11-05 | 3 | -4/+24 |
| | | |||||
| * | Rename authentication callbacks | George Claghorn | 2018-11-05 | 3 | -11/+7 |
| | | |||||
| * | Read ingress passwords/API keys from encrypted credentials | George Claghorn | 2018-11-05 | 13 | -85/+91 |
| | | | | | | | | Fall back to ENV for people who prefer that approach. | ||||
| * | Stage an Action Controller extraction | George Claghorn | 2018-10-29 | 1 | -4/+9 |
| | | |||||
| * | Raise when required config is missing | George Claghorn | 2018-10-29 | 7 | -5/+143 |
| | | |||||
| * | Skip needless array allocation | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| | | |||||
| * | Go strict | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| | | |||||
| * | Inline | George Claghorn | 2018-10-19 | 1 | -13/+7 |
| | | |||||
| * | Remove unused fixture | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| | | |||||
| * | Style | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| | | |||||
| * | Update test | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| | | |||||
| * | Mailgun copes with a 204 response status | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| | | |||||
| * | Tighten up the acceptable drift | George Claghorn | 2018-10-19 | 1 | -2/+2 |
| | | |||||
| * | Add a Rake task for piping to the Postfix ingress | George Claghorn | 2018-10-19 | 3 | -0/+57 |
| | | |||||
| * | Don't short-circuit | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| | | |||||
| * | Style | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| | | |||||
| * | Rely on the 204 No Content default response | George Claghorn | 2018-10-19 | 3 | -3/+0 |
| | | |||||
| * | Merge branch 'master' into ingresses | George Claghorn | 2018-10-18 | 11 | -35/+26 |
| |\ | |||||
| * | | Inline | George Claghorn | 2018-10-18 | 1 | -3/+1 |
| | | | |||||
| * | | Fix logger reference | George Claghorn | 2018-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | Don't require Postfix to send form data | George Claghorn | 2018-10-18 | 9 | -46/+36 |
| | | | |||||
| * | | Nest | George Claghorn | 2018-10-17 | 1 | -2/+3 |
| | | | |||||
| * | | Extract module scope | George Claghorn | 2018-10-17 | 1 | -7/+7 |
| | | | |||||
| * | | Alphabetize | George Claghorn | 2018-10-17 | 1 | -1/+1 |
| | | | |||||
| * | | Add Mandrill support | George Claghorn | 2018-10-17 | 3 | -0/+91 |
| | | | |||||
| * | | Accept inbound emails from a variety of ingresses | George Claghorn | 2018-10-11 | 15 | -46/+291 |
| | | | |||||
* | | | Validate address on route definition | George Claghorn | 2018-10-30 | 2 | -5/+10 |
| | | | |||||
* | | | Inherit from ActiveJob::Base | George Claghorn | 2018-10-25 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Revert "Remove unnecessary TODO" | George Claghorn | 2018-10-17 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 89ada1977ce648b2121cad7cfb95af9686ea016b. | ||||
* | | Remove needless autoloads | George Claghorn | 2018-10-17 | 1 | -2/+0 |
| | | | | | | | | ActionMailbox::Callbacks and ActionMailbox::Routing are eagerly loaded where they're used. | ||||
* | | Bump mail to shush mismatched indentation warnings | George Claghorn | 2018-10-17 | 1 | -2/+2 |
| | | |||||
* | | Shush various interpreter warnings | George Claghorn | 2018-10-17 | 4 | -4/+4 |
| | | |||||
* | | 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. | ||||
* | | Simplify incineration | George Claghorn | 2018-10-17 | 6 | -25/+16 |
|/ | |||||
* | Style | George Claghorn | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Move installation tasks to lib/tasks/install.rake | George Claghorn | 2018-10-11 | 2 | -17/+19 |
| | |||||
* | Test against Rails master | George Claghorn | 2018-10-08 | 2 | -55/+61 |
| | |||||
* | Expand incineration tests to cover all processed statuses | George Claghorn | 2018-10-06 | 1 | -1/+17 |
| | |||||
* | Make incineration horizon configurable | George Claghorn | 2018-10-06 | 5 | -5/+5 |
| | |||||
* | Incinerate after bouncing | George Claghorn | 2018-10-06 | 2 | -2/+2 |
| | |||||
* | Shush interpreter warnings regarding uninitialized instance variable | George Claghorn | 2018-10-06 | 1 | -4/+4 |
| |