Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure Action Mailbox processes an email only once when received multiple times | Pratik Naik | 2019-01-17 | 1 | -1/+4 |
| | | | | | | | 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. | ||||
* | Add 'null: false' to Action Mailbox table | ikepon | 2019-01-16 | 1 | -2/+2 |
| | | | | created_at and updated_at columns in Action Mailbox table aren't intended nullable. | ||||
* | Use 6.0 version of ActiveRecord::Migration for Action Mailbox | bogdanvlviv | 2018-12-30 | 1 | -1/+1 |
| | | | | | | Since Action Mailbox will be introduced in Rails 6.0, it makes more sense to generate migration of that version. Also I changed its test dummy app to use default 6.0 configs. | ||||
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -0/+11 |