Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add frozen_string_literal: true to match Rails codebase | Dino Maric | 2018-12-14 | 18 | -0/+36 |
* | Consistent naming on all factory methods | David Heinemeier Hansson | 2018-12-12 | 1 | -1/+1 |
* | Address objects are value objects | David Heinemeier Hansson | 2018-12-06 | 1 | -0/+9 |
* | Add address wrapping | David Heinemeier Hansson | 2018-12-06 | 1 | -0/+11 |
* | Add a :all catch-all route | David Heinemeier Hansson | 2018-12-06 | 1 | -0/+17 |
* | Include the gem version in the user agent string | George Claghorn | 2018-12-04 | 1 | -1/+1 |
* | Test unsuccessfully relaying due to a client-side timeout | George Claghorn | 2018-12-03 | 1 | -0/+9 |
* | YAGNI user agent customization | George Claghorn | 2018-11-25 | 1 | -1/+2 |
* | Extract ActionMailbox::PostfixRelayer | George Claghorn | 2018-11-25 | 2 | -0/+81 |
* | Test the full incineration flow | George Claghorn | 2018-11-24 | 1 | -0/+18 |
* | Consider X-Original-To | George Claghorn | 2018-11-13 | 1 | -4/+8 |
* | Discard incineration jobs for missing inbound emails | George Claghorn | 2018-11-09 | 1 | -0/+17 |
* | Add addresses convenience method and a test for it | David Heinemeier Hansson | 2018-11-05 | 1 | -0/+29 |
* | Merge pull request #1 from basecamp/ingresses | George Claghorn | 2018-11-05 | 9 | -35/+281 |
|\ | |||||
| * | Remove duplicate method | George Claghorn | 2018-11-05 | 1 | -5/+0 |
| * | Read ingress passwords/API keys from encrypted credentials | George Claghorn | 2018-11-05 | 6 | -42/+31 |
| * | Raise when required config is missing | George Claghorn | 2018-10-29 | 4 | -2/+118 |
| * | Remove unused fixture | George Claghorn | 2018-10-19 | 1 | -1/+0 |
| * | Update test | George Claghorn | 2018-10-19 | 1 | -1/+1 |
| * | Merge branch 'master' into ingresses | George Claghorn | 2018-10-18 | 2 | -4/+4 |
| |\ | |||||
| * | | Don't require Postfix to send form data | George Claghorn | 2018-10-18 | 2 | -6/+14 |
| * | | Add Mandrill support | George Claghorn | 2018-10-17 | 1 | -0/+31 |
| * | | Accept inbound emails from a variety of ingresses | George Claghorn | 2018-10-11 | 5 | -27/+135 |
* | | | Validate address on route definition | George Claghorn | 2018-10-30 | 1 | -2/+1 |
| |/ |/| | |||||
* | | Shush various interpreter warnings | George Claghorn | 2018-10-17 | 1 | -1/+1 |
* | | Simplify incineration | George Claghorn | 2018-10-17 | 1 | -3/+3 |
|/ | |||||
* | Expand incineration tests to cover all processed statuses | George Claghorn | 2018-10-06 | 1 | -1/+17 |
* | Terminate processing if inbound email is marked as delivered in callback | George Claghorn | 2018-10-06 | 1 | -0/+25 |
* | Compare addresses case-insensitively | George Claghorn | 2018-10-03 | 1 | -0/+9 |
* | Skip after callbacks on terminate | George Claghorn | 2018-10-03 | 1 | -1/+4 |
* | Delete .DS_Store files | George Claghorn | 2018-10-03 | 2 | -0/+0 |
* | Terminate processing on bounce | George Claghorn | 2018-10-03 | 1 | -0/+22 |
* | Add ActionMailbox::Base#bounce_with | George Claghorn | 2018-10-03 | 2 | -0/+37 |
* | Support nesting mailboxes in modules | George Claghorn | 2018-10-01 | 1 | -1/+14 |
* | ActionMailroom -> ActionMailbox | David Heinemeier Hansson | 2018-09-28 | 16 | -30/+30 |
* | Flesh out testing | David Heinemeier Hansson | 2018-09-28 | 2 | -3/+21 |
* | Make an email that fails to deliver to a mailbox as bounced | David Heinemeier Hansson | 2018-09-27 | 1 | -0/+1 |
* | Handle all recipients of an email as part of the routing | David Heinemeier Hansson | 2018-09-25 | 1 | -1/+10 |
* | Extract and associate message_id with newly created inbound emails | David Heinemeier Hansson | 2018-09-25 | 3 | -0/+12 |
* | Add simply bounce handling | David Heinemeier Hansson | 2018-09-21 | 1 | -0/+14 |
* | Expand router with real routing object and 4-way address options | David Heinemeier Hansson | 2018-09-20 | 1 | -0/+43 |
* | Test single and multiple string routes | David Heinemeier Hansson | 2018-09-19 | 1 | -8/+30 |
* | Less fancy | David Heinemeier Hansson | 2018-09-19 | 2 | -6/+5 |
* | Allow inbound emails to be created on the fly | David Heinemeier Hansson | 2018-09-19 | 5 | -7/+11 |
* | Needless local var | David Heinemeier Hansson | 2018-09-19 | 1 | -2/+1 |
* | Anemic test better covered in mailbox/routing_test.rb | David Heinemeier Hansson | 2018-09-19 | 1 | -9/+0 |
* | Routing is a named concept now | David Heinemeier Hansson | 2018-09-19 | 2 | -3/+3 |
* | Test routing runs through a job kicked off by the inbound email | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+7 |
* | Everyone needs job testing | David Heinemeier Hansson | 2018-09-19 | 3 | -5/+2 |
* | Add easy way to get logging information inline for test failure diagnosis | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+4 |