aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix Rails generatorsDino Maric2018-12-151-11/+4
| | | | | 1.Don't generate ApplicationMailboxTest when executing installer 2. Hookup test_unit, so console doesn't throw errors
* Add Mailbox and MailboxTest generatorsDavid Gil2018-12-141-0/+77
|
* Add frozen_string_literal: true to match Rails codebaseDino Maric2018-12-1418-0/+36
|
* Consistent naming on all factory methodsDavid Heinemeier Hansson2018-12-121-1/+1
|
* Address objects are value objectsDavid Heinemeier Hansson2018-12-061-0/+9
|
* Add address wrappingDavid Heinemeier Hansson2018-12-061-0/+11
| | | | Makes it easier to deal with addresses that may already have been converted
* Add a :all catch-all routeDavid Heinemeier Hansson2018-12-061-0/+17
|
* Include the gem version in the user agent stringGeorge Claghorn2018-12-041-1/+1
|
* Test unsuccessfully relaying due to a client-side timeoutGeorge Claghorn2018-12-031-0/+9
|
* YAGNI user agent customizationGeorge Claghorn2018-11-251-1/+2
|
* Extract ActionMailbox::PostfixRelayerGeorge Claghorn2018-11-252-0/+81
|
* Test the full incineration flowGeorge Claghorn2018-11-241-0/+18
|
* Consider X-Original-ToGeorge Claghorn2018-11-131-4/+8
|
* Discard incineration jobs for missing inbound emailsGeorge Claghorn2018-11-091-0/+17
|
* Add addresses convenience method and a test for itDavid Heinemeier Hansson2018-11-051-0/+29
|
* Merge pull request #1 from basecamp/ingressesGeorge Claghorn2018-11-059-35/+281
|\ | | | | Accept inbound emails from a variety of ingresses
| * Remove duplicate methodGeorge Claghorn2018-11-051-5/+0
| |
| * Read ingress passwords/API keys from encrypted credentialsGeorge Claghorn2018-11-056-42/+31
| | | | | | | | Fall back to ENV for people who prefer that approach.
| * Raise when required config is missingGeorge Claghorn2018-10-294-2/+118
| |
| * Remove unused fixtureGeorge Claghorn2018-10-191-1/+0
| |
| * Update testGeorge Claghorn2018-10-191-1/+1
| |
| * Merge branch 'master' into ingressesGeorge Claghorn2018-10-182-4/+4
| |\
| * | Don't require Postfix to send form dataGeorge Claghorn2018-10-182-6/+14
| | |
| * | Add Mandrill supportGeorge Claghorn2018-10-171-0/+31
| | |
| * | Accept inbound emails from a variety of ingressesGeorge Claghorn2018-10-115-27/+135
| | |
* | | Validate address on route definitionGeorge Claghorn2018-10-301-2/+1
| |/ |/|
* | Shush various interpreter warningsGeorge Claghorn2018-10-171-1/+1
| |
* | Simplify incinerationGeorge Claghorn2018-10-171-3/+3
|/
* Expand incineration tests to cover all processed statusesGeorge Claghorn2018-10-061-1/+17
|
* Terminate processing if inbound email is marked as delivered in callbackGeorge Claghorn2018-10-061-0/+25
|
* Compare addresses case-insensitivelyGeorge Claghorn2018-10-031-0/+9
|
* Skip after callbacks on terminateGeorge Claghorn2018-10-031-1/+4
|
* Delete .DS_Store filesGeorge Claghorn2018-10-032-0/+0
|
* Terminate processing on bounceGeorge Claghorn2018-10-031-0/+22
|
* Add ActionMailbox::Base#bounce_withGeorge Claghorn2018-10-032-0/+37
|
* Support nesting mailboxes in modulesGeorge Claghorn2018-10-011-1/+14
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-2816-30/+30
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Flesh out testingDavid Heinemeier Hansson2018-09-282-3/+21
|
* Make an email that fails to deliver to a mailbox as bouncedDavid Heinemeier Hansson2018-09-271-0/+1
| | | | Probably need a way to either provide more email on the nature of a bounce or have a separate status code for "undeliverable".
* Handle all recipients of an email as part of the routingDavid Heinemeier Hansson2018-09-251-1/+10
|
* Extract and associate message_id with newly created inbound emailsDavid Heinemeier Hansson2018-09-253-0/+12
|
* Add simply bounce handlingDavid Heinemeier Hansson2018-09-211-0/+14
| | | | Bouncing is not an exceptional state, so let's not use exceptions to deal with it.
* Expand router with real routing object and 4-way address optionsDavid Heinemeier Hansson2018-09-201-0/+43
|
* Test single and multiple string routesDavid Heinemeier Hansson2018-09-191-8/+30
|
* Less fancyDavid Heinemeier Hansson2018-09-192-6/+5
|
* Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-195-7/+11
|
* Needless local varDavid Heinemeier Hansson2018-09-191-2/+1
|
* Anemic test better covered in mailbox/routing_test.rbDavid Heinemeier Hansson2018-09-191-9/+0
|
* Routing is a named concept nowDavid Heinemeier Hansson2018-09-192-3/+3
|
* Test routing runs through a job kicked off by the inbound emailDavid Heinemeier Hansson2018-09-191-0/+7
|