Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename variable to represent type | James Dabbs | 2019-05-05 | 1 | -2/+2 |
| | | | | per comments from CR | ||||
* | Expose `mailbox_for` method | James Dabbs | 2019-05-04 | 1 | -0/+5 |
| | | | | | | | 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. | ||||
* | Ensure Action Mailbox processes an email only once when received multiple times | Pratik Naik | 2019-01-17 | 1 | -2/+1 |
| | | | | | | | 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. | ||||
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -0/+32 |