aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/action_mailbox/router.rb
Commit message (Collapse)AuthorAgeFilesLines
* Expose `mailbox_for` methodJames Dabbs2019-05-041-5/+5
| | | | | | | 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.
* Nest Action Mailbox classes in the API docsGeorge Claghorn2018-12-261-27/+29
|
* Import Action MailboxGeorge Claghorn2018-12-251-0/+40