aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bcc header missing with emails from conductor and test helpersJohn Duff2019-07-261-0/+9
|
* Rename variable to represent typeJames Dabbs2019-05-051-2/+2
| | | | per comments from CR
* Expose `mailbox_for` methodJames Dabbs2019-05-042-0/+19
| | | | | | | 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.
* Allow skipping incineration of processed emailsPratik2019-02-061-0/+10
|
* Ensure Action Mailbox processes an email only once when received multiple timesPratik Naik2019-01-172-2/+23
| | | | | | | 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 Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-121-13/+21
|
* Import Action MailboxGeorge Claghorn2018-12-2512-0/+558