aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Fix Bcc header missing with emails from conductor and test helpersJohn Duff2019-07-261-1/+5
* Remove `frozen_string_literal` magic comment from template fileyuuji.yaginuma2019-05-291-2/+0
* Delegate to the correct method in `ActionMailbox.mailbox_for`James Dabbs2019-05-051-1/+1
* Expose `mailbox_for` methodJames Dabbs2019-05-042-5/+9
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-2/+2
* Remove the Amazon SES ingressGeorge Claghorn2019-04-142-11/+2
* FIX: ActionMailbox test helper argument listKyle Zhao2019-04-091-6/+6
* Prep releaseeileencodes2019-03-111-1/+1
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-1/+1
* Fix preparing the configured Action Mailbox ingress in productionGeorge Claghorn2019-02-181-6/+4
* Allow skipping incineration of processed emailsPratik2019-02-062-0/+3
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
* Fix document formatting on ActionMailbox [ci skip]colorbox2019-01-174-20/+20
* Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-122-15/+71
* Exclude ActionMailbox::Base#perform_processing and #finished_processing? from...George Claghorn2019-01-011-2/+2
* Document ActionMailbox::Base#bounce_with [ci skip]George Claghorn2019-01-011-0/+1
* Add load hook for ActionMailbox::TestCaseGeorge Claghorn2018-12-311-0/+2
* Add load hook for ActionMailbox::BaseGeorge Claghorn2018-12-311-0/+2
* Require railties for all Action Mailbox dependenciesGeorge Claghorn2018-12-281-1/+6
* Remove frozen_string_literal pragma from Action Mailbox templatesGeorge Claghorn2018-12-282-4/+0
* Add missing quotes on Mailbox test templateyuuji.yaginuma2018-12-281-1/+1
* Nest ActionMailbox::Base in the API docs (missed in 6c168aa)George Claghorn2018-12-261-93/+95
* Nest Action Mailbox classes in the API docsGeorge Claghorn2018-12-266-84/+96
* Import Action MailboxGeorge Claghorn2018-12-2527-0/+653