Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delegate to the correct method in `ActionMailbox.mailbox_for` | James Dabbs | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | Expose `mailbox_for` method | James Dabbs | 2019-05-04 | 2 | -5/+9 |
| | | | | | | | 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. | ||||
* | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 1 | -2/+2 |
| | |||||
* | Remove the Amazon SES ingress | George Claghorn | 2019-04-14 | 1 | -10/+1 |
| | | | It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1. | ||||
* | FIX: ActionMailbox test helper argument list | Kyle Zhao | 2019-04-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | `receive_inbound_email_from_source` should accept an argument list (`*args`) instead, to allow for the `source` argument in `create_inbound_email_from_source`. ```ruby receive_inbound_email_from_source(source, status: :processing) ``` Accepting a keyword argument list (`**kwargs`) results in an `ArgumentError` ```text ArgumentError: wrong number of arguments (given 1, expected 0) ``` | ||||
* | Prep release | eileencodes | 2019-03-11 | 1 | -1/+1 |
| | | | | | | | * Update RAILS_VERSION * Bundle * rake update_versions * rake changelog:header | ||||
* | 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 |