Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Base note | David Heinemeier Hansson | 2018-12-12 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Describe the conductor controller | David Heinemeier Hansson | 2018-12-12 | 1 | -0/+11 | |
| | | | | | | | | | ||||||
| | * | | | | | | | George ended up doing a lot of the actual code | David Heinemeier Hansson | 2018-12-12 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Basic description of the framework | David Heinemeier Hansson | 2018-12-12 | 1 | -1/+91 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Address objects are value objects | David Heinemeier Hansson | 2018-12-06 | 2 | -0/+14 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add address wrapping | David Heinemeier Hansson | 2018-12-06 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it easier to deal with addresses that may already have been converted | |||||
| | * | | | | | | | Add a :all catch-all route | David Heinemeier Hansson | 2018-12-06 | 2 | -2/+21 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Include the gem version in the user agent string | George Claghorn | 2018-12-04 | 2 | -2/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Test unsuccessfully relaying due to a client-side timeout | George Claghorn | 2018-12-03 | 1 | -0/+9 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Match all valid error codes | George Claghorn | 2018-12-03 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Allow CC, BCC, and In-Reply-To mail attributes to be set on new delivery | David Heinemeier Hansson | 2018-12-03 | 2 | -1/+16 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Kernel#exit accepts a boolean | George Claghorn | 2018-11-26 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | YAGNI user agent customization | George Claghorn | 2018-11-25 | 3 | -13/+16 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix printing | George Claghorn | 2018-11-25 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Correct require | George Claghorn | 2018-11-25 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Load OpenSSL only when it's used | George Claghorn | 2018-11-25 | 1 | -3/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Extract ActionMailbox::PostfixRelayer | George Claghorn | 2018-11-25 | 6 | -45/+159 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Test the full incineration flow | George Claghorn | 2018-11-24 | 1 | -0/+18 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Revert "Nest" | George Claghorn | 2018-11-22 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 88227658217ee82af7516d6a8013a6c04f037073. | |||||
| | * | | | | | | | Wrap callbacks in status tracking | George Claghorn | 2018-11-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark the inbound email as processing prior to running before_processing callbacks. Catch failures in after_processing callbacks. | |||||
| | * | | | | | | | Permit redirecting stderr to /dev/null to shush deprecation warnings | George Claghorn | 2018-11-15 | 1 | -6/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Read STDIN to upload it | George Claghorn | 2018-11-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http.rb can't stream from pipes. | |||||
| | * | | | | | | | Consider X-Original-To | George Claghorn | 2018-11-13 | 3 | -6/+14 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Make job queues configurable | George Claghorn | 2018-11-11 | 4 | -2/+7 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Discard incineration jobs for missing inbound emails | George Claghorn | 2018-11-09 | 2 | -0/+19 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Emit a transient error code for incorrect usage | George Claghorn | 2018-11-08 | 1 | -5/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Use the address lists that have already been supplied to ensure we get the ↵ | David Heinemeier Hansson | 2018-11-07 | 1 | -10/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | names as well | |||||
| | * | | | | | | | TIL: The from field can technically have multiple people in it, but it is ↵ | David Heinemeier Hansson | 2018-11-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exceedingly rare. | |||||
| | * | | | | | | | Recipient fields may be nil | David Heinemeier Hansson | 2018-11-07 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Autoload ActionMailbox::TestCase | George Claghorn | 2018-11-07 | 1 | -0/+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 | 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 | |
| | | | | | | | | | |