rails/actionmailbox/app/models/action_mailbox
Pratik Naik 5cd733a334 Ensure Action Mailbox processes an email only once when received multiple times
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.
2019-01-17 11:13:40 -06:00
..
inbound_email Ensure Action Mailbox processes an email only once when received multiple times 2019-01-17 11:13:40 -06:00
inbound_email.rb Fix document formatting on ActionMailbox [ci skip] 2019-01-17 01:10:21 +09:00