1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/lib/action_mailbox
James Dabbs 9f96d094a3 Expose mailbox_for method
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.
2019-05-04 10:53:08 -07:00
..
mail_ext
router Fix document formatting on ActionMailbox [ci skip] 2019-01-17 01:10:21 +09:00
base.rb Fix document formatting on ActionMailbox [ci skip] 2019-01-17 01:10:21 +09:00
callbacks.rb
engine.rb Remove the Amazon SES ingress 2019-04-14 12:15:54 -04:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
mail_ext.rb
relayer.rb Add Exim and Qmail support to Action Mailbox 2019-01-12 21:38:26 -05:00
router.rb Expose mailbox_for method 2019-05-04 10:53:08 -07:00
routing.rb Expose mailbox_for method 2019-05-04 10:53:08 -07:00
test_case.rb Add load hook for ActionMailbox::TestCase 2018-12-31 23:35:53 -05:00
test_helper.rb FIX: ActionMailbox test helper argument list 2019-04-09 00:43:53 -04:00
version.rb