aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/action_mailbox/routing.rb
Commit message (Collapse)AuthorAgeFilesLines
* Delegate to the correct method in `ActionMailbox.mailbox_for`James Dabbs2019-05-051-1/+1
|
* Expose `mailbox_for` methodJames Dabbs2019-05-041-0/+4
| | | | | | | 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.
* Fix document formatting on ActionMailbox [ci skip]colorbox2019-01-171-1/+1
| | | | Use `+` instead of backquote.
* Import Action MailboxGeorge Claghorn2018-12-251-0/+22