Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix filenames of attachments created via the inbound email conductor | Kyle Keesling | 2019-07-25 | 1 | -1/+1 |
| | | | | controller passed along attachment file paths instead of their filenames | ||||
* | Include BCC in the mail that sent from the development page | yuuji.yaginuma | 2019-06-20 | 1 | -0/+1 |
| | | | | | The BCC should be included as we show input field for BCC in view. https://github.com/rails/rails/blob/bf625f7fecabbcda22b388e088ad5c29016b2385/actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb#L21-L24 | ||||
* | Remove the Amazon SES ingress | George Claghorn | 2019-04-14 | 2 | -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 disabled | yuuji.yaginuma | 2019-04-11 | 1 | -1/+1 |
| | | | | | | | When `default_protect_from_forgery` is false, `verify_authenticity_token` callback does not define and `skip_forgery_protection` raise exception. Fixes #34837. | ||||
* | Allow skipping incineration of processed emails | Pratik | 2019-02-06 | 2 | -1/+4 |
| | |||||
* | enclosing body tag in conductor layout. | alkesh26 | 2019-01-20 | 1 | -0/+1 |
| | |||||
* | Fix that adding attachments lose a body | Yuichi Takeuchi | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | Use create_and_extract_message_id! to create an inbound email. | Pratik Naik | 2019-01-17 | 1 | -2/+1 |
| | | | | This makes sure the created email has checksum and message id columns set. | ||||
* | Ensure Action Mailbox processes an email only once when received multiple times | Pratik Naik | 2019-01-17 | 1 | -11/+11 |
| | | | | | | | This also adds a new column, message_checksum, to the action_mailbox_inbound_emails table for storing SHA1 digest of the email source. Additionally, it makes generating the missing message id deterministic and adds a unique index on message_checksum and message_id to detect duplicate emails. | ||||
* | Fix document formatting on ActionMailbox [ci skip] | colorbox | 2019-01-17 | 7 | -28/+28 |
| | | | | Use `+` instead of backquote. | ||||
* | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 1 | -12/+18 |
| | |||||
* | Tweak Postmark ingress docs [ci skip] | George Claghorn | 2019-01-09 | 1 | -5/+5 |
| | |||||
* | Merge pull request #34908 from robzolkos/fix-actionmailbox-json | George Claghorn | 2019-01-09 | 1 | -1/+1 |
|\ | | | | | Bring in all of aws-sdk-sns if using Amazon ingress | ||||
| * | Bring in all of aws-sdk-sns if using Amazon ingress | Rob Zolkos | 2019-01-09 | 1 | -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 support | Tomek Maszkowski | 2019-01-09 | 1 | -0/+62 |
|/ | |||||
* | add attachments to the new inbound mail | Lachlan Sylvester | 2019-01-07 | 2 | -1/+10 |
| | |||||
* | s/Active Mailbox/Action Mailbox/ [ci skip] | George Claghorn | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | Fix links in ingress docs [ci skip] | George Claghorn | 2019-01-01 | 2 | -2/+2 |
| | |||||
* | Add load hook for ActionMailbox::InboundEmail | George Claghorn | 2018-12-31 | 1 | -0/+2 |
| | |||||
* | Fix Ruby warnings in actionmailbox | bogdanvlviv | 2018-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | ``` rails/actionmailbox$ bundle exec rake tests (snip) ... rails/activerecord/lib/active_record/persistence.rb:48: warning: in `create!': the last argument was passed as a single Hash rails/actionmailbox/app/models/action_mailbox/inbound_email/message_id.rb:21: warning: although a splat keyword arguments here ... (snip) ``` | ||||
* | Nest Action Mailbox classes in the API docs | George Claghorn | 2018-12-26 | 13 | -424/+450 |
| | |||||
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 20 | -0/+697 |