aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/test/unit/router_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bcc header missing with emails from conductor and test helpersJohn Duff2019-07-261-0/+9
|
* Expose `mailbox_for` methodJames Dabbs2019-05-041-0/+14
| | | | | | | Currently, the only exposed entry point into the ApplicationMailbox's configured routing system is to call `route`, which performs a lot of work to fully `process` inbound email. It'd be nice to have a way (e.g. in test) of checking which mailbox an email would route to without necessarily processing it yet.
* Import Action MailboxGeorge Claghorn2018-12-251-0/+139