aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Amazon SES ingressGeorge Claghorn2019-04-142-58/+0
| | | It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1.
* Fix loading `ActionMailbox::BaseController` when CSRF protection is disabledyuuji.yaginuma2019-04-111-1/+1
| | | | | | | When `default_protect_from_forgery` is false, `verify_authenticity_token` callback does not define and `skip_forgery_protection` raise exception. Fixes #34837.
* Fix that adding attachments lose a bodyYuichi Takeuchi2019-01-191-1/+1
|
* Use create_and_extract_message_id! to create an inbound email.Pratik Naik2019-01-171-2/+1
| | | | This makes sure the created email has checksum and message id columns set.
* Fix document formatting on ActionMailbox [ci skip]colorbox2019-01-171-1/+1
| | | | Use `+` instead of backquote.
* Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-121-12/+18
|
* Tweak Postmark ingress docs [ci skip]George Claghorn2019-01-091-5/+5
|
* Merge pull request #34908 from robzolkos/fix-actionmailbox-jsonGeorge Claghorn2019-01-091-1/+1
|\ | | | | Bring in all of aws-sdk-sns if using Amazon ingress
| * Bring in all of aws-sdk-sns if using Amazon ingressRob Zolkos2019-01-091-1/+1
| | | | | | | | | | | | | | Requiring _just_ the `Aws::SNS::MessageVerifier` does not work as it references other classes in the AWS SDK that are not in this one class. Bringing in the entire SNS SDK verifies the authenticity correctly.
* | Added Postmark ingress supportTomek Maszkowski2019-01-091-0/+62
|/
* add attachments to the new inbound mailLachlan Sylvester2019-01-071-1/+5
|
* s/Active Mailbox/Action Mailbox/ [ci skip]George Claghorn2019-01-011-1/+1
|
* Fix links in ingress docs [ci skip]George Claghorn2019-01-012-2/+2
|
* Nest Action Mailbox classes in the API docsGeorge Claghorn2018-12-269-353/+371
|
* Import Action MailboxGeorge Claghorn2018-12-259-0/+436