aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Explain all test helpersDavid Heinemeier Hansson2018-12-121-1/+12
| | |
| | * Stating the obviousDavid Heinemeier Hansson2018-12-121-0/+1
| | |
| | * Routing documentationDavid Heinemeier Hansson2018-12-124-0/+60
| | |
| | * Consistent naming on all factory methodsDavid Heinemeier Hansson2018-12-122-4/+8
| | |
| | * Basic docs for most classesDavid Heinemeier Hansson2018-12-128-0/+52
| | |
| | * Note about incinerationDavid Heinemeier Hansson2018-12-121-0/+6
| | |
| | * Base noteDavid Heinemeier Hansson2018-12-121-0/+1
| | |
| | * Describe the conductor controllerDavid Heinemeier Hansson2018-12-121-0/+11
| | |
| | * George ended up doing a lot of the actual codeDavid Heinemeier Hansson2018-12-121-3/+3
| | |
| | * Basic description of the frameworkDavid Heinemeier Hansson2018-12-121-1/+91
| | |
| | * Address objects are value objectsDavid Heinemeier Hansson2018-12-062-0/+14
| | |
| | * Add address wrappingDavid Heinemeier Hansson2018-12-062-0/+16
| | | | | | | | | | | | Makes it easier to deal with addresses that may already have been converted
| | * Add a :all catch-all routeDavid Heinemeier Hansson2018-12-062-2/+21
| | |
| | * Include the gem version in the user agent stringGeorge Claghorn2018-12-042-2/+3
| | |
| | * Test unsuccessfully relaying due to a client-side timeoutGeorge Claghorn2018-12-031-0/+9
| | |
| | * Match all valid error codesGeorge Claghorn2018-12-031-1/+1
| | |
| | * Allow CC, BCC, and In-Reply-To mail attributes to be set on new deliveryDavid Heinemeier Hansson2018-12-032-1/+16
| | |
| | * Kernel#exit accepts a booleanGeorge Claghorn2018-11-261-1/+1
| | |
| | * YAGNI user agent customizationGeorge Claghorn2018-11-253-13/+16
| | |
| | * Fix printingGeorge Claghorn2018-11-251-2/+2
| | |
| | * Correct requireGeorge Claghorn2018-11-251-1/+1
| | |
| | * Load OpenSSL only when it's usedGeorge Claghorn2018-11-251-3/+6
| | |
| | * Extract ActionMailbox::PostfixRelayerGeorge Claghorn2018-11-256-45/+159
| | |
| | * Test the full incineration flowGeorge Claghorn2018-11-241-0/+18
| | |
| | * Revert "Nest"George Claghorn2018-11-221-3/+2
| | | | | | | | | | | | This reverts commit 88227658217ee82af7516d6a8013a6c04f037073.
| | * 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.
| | * Permit redirecting stderr to /dev/null to shush deprecation warningsGeorge Claghorn2018-11-151-6/+12
| | |
| | * Read STDIN to upload itGeorge Claghorn2018-11-141-1/+2
| | | | | | | | | | | | http.rb can't stream from pipes.
| | * Consider X-Original-ToGeorge Claghorn2018-11-133-6/+14
| | |
| | * Make job queues configurableGeorge Claghorn2018-11-114-2/+7
| | |
| | * Discard incineration jobs for missing inbound emailsGeorge Claghorn2018-11-092-0/+19
| | |
| | * Emit a transient error code for incorrect usageGeorge Claghorn2018-11-081-5/+3
| | |
| | * 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
| | |
| | * Autoload ActionMailbox::TestCaseGeorge Claghorn2018-11-071-0/+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-052-0/+50
| | |
| | * Extract Mail-bound methods into mail_ext for future upstream workDavid Heinemeier Hansson2018-11-057-12/+19
| | |
| | * Merge pull request #1 from basecamp/ingressesGeorge Claghorn2018-11-0525-67/+599
| | |\ | | | | | | | | Accept inbound emails from a variety of ingresses
| | | * Always emit enhanced SMTP status codesGeorge Claghorn2018-11-051-11/+12
| | | |
| | | * The ingress username is constantGeorge Claghorn2018-11-051-4/+6
| | | |
| | | * Remove duplicate methodGeorge Claghorn2018-11-051-5/+0
| | | |
| | | * Only load the AWS SDK when the Amazon ingress is configuredGeorge Claghorn2018-11-053-4/+24
| | | |
| | | * Rename authentication callbacksGeorge Claghorn2018-11-053-11/+7
| | | |
| | | * Read ingress passwords/API keys from encrypted credentialsGeorge Claghorn2018-11-0513-85/+91
| | | | | | | | | | | | | | | | Fall back to ENV for people who prefer that approach.
| | | * Stage an Action Controller extractionGeorge Claghorn2018-10-291-4/+9
| | | |
| | | * Raise when required config is missingGeorge Claghorn2018-10-297-5/+143
| | | |
| | | * Skip needless array allocationGeorge Claghorn2018-10-191-1/+1
| | | |