aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/action_mailbox/inbound_email
Commit message (Collapse)AuthorAgeFilesLines
* Added logging when Message ID wasn't extractedDino Maric2018-12-191-4/+4
|
* Add frozen_string_literal: true to match Rails codebaseDino Maric2018-12-144-0/+8
|
* Basic docs for most classesDavid Heinemeier Hansson2018-12-124-0/+23
|
* Extract Mail-bound methods into mail_ext for future upstream workDavid Heinemeier Hansson2018-11-051-1/+1
|
* Merge branch 'master' into ingressesGeorge Claghorn2018-10-183-21/+8
|\
| * Shush various interpreter warningsGeorge Claghorn2018-10-171-1/+1
| |
| * Simplify incinerationGeorge Claghorn2018-10-173-21/+8
| |
* | Don't require Postfix to send form dataGeorge Claghorn2018-10-181-10/+5
| |
* | Accept inbound emails from a variety of ingressesGeorge Claghorn2018-10-111-1/+8
|/
* Make incineration horizon configurableGeorge Claghorn2018-10-062-4/+1
|
* Incinerate after bouncingGeorge Claghorn2018-10-062-2/+2
|
* Shush interpreter warnings regarding uninitialized instance variableGeorge Claghorn2018-10-061-4/+4
|
* Add a test helper for creating and routing an inbound emailGeorge Claghorn2018-10-011-0/+4
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-284-0/+85
We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.