Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Fix preparing the configured Action Mailbox ingress in production | George Claghorn | 2019-02-18 | 1 | -6/+4 |
| | | | | When reloading is disabled, after_initialize hooks run after to_prepare hooks have already run for the last time. Since to_prepare hooks always run after application initializers, we don't need need to use an after_initialize hook. | ||||
* | Allow skipping incineration of processed emails | Pratik | 2019-02-06 | 1 | -0/+2 |
| | |||||
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | Fix document formatting on ActionMailbox [ci skip] | colorbox | 2019-01-17 | 4 | -20/+20 |
| | | | | Use `+` instead of backquote. | ||||
* | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 1 | -10/+18 |
| | |||||
* | Exclude ActionMailbox::Base#perform_processing and #finished_processing? ↵ | George Claghorn | 2019-01-01 | 1 | -2/+2 |
| | | | | from API docs | ||||
* | Document ActionMailbox::Base#bounce_with [ci skip] | George Claghorn | 2019-01-01 | 1 | -0/+1 |
| | |||||
* | Add load hook for ActionMailbox::TestCase | George Claghorn | 2018-12-31 | 1 | -0/+2 |
| | |||||
* | Add load hook for ActionMailbox::Base | George Claghorn | 2018-12-31 | 1 | -0/+2 |
| | |||||
* | Require railties for all Action Mailbox dependencies | George Claghorn | 2018-12-28 | 1 | -1/+6 |
| | |||||
* | Nest ActionMailbox::Base in the API docs (missed in 6c168aa) | George Claghorn | 2018-12-26 | 1 | -93/+95 |
| | |||||
* | Nest Action Mailbox classes in the API docs | George Claghorn | 2018-12-26 | 6 | -84/+96 |
| | |||||
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 17 | -0/+495 |