Martin Brennan
2920988b3a
FIX: IMAP sync email update uniqueness across groups and minor improvements ( #10332 )
...
Adds a imap_group_id column to IncomingEmail to deal with an issue where we were trying to update emails in the mailbox, calling IncomingEmail.where(imap_sync: true). However UID and UIDVALIDITY could be the same across accounts. So if group A used IMAP details for Gmail account A, and group B used IMAP details for Gmail account B, and both tried to sync changes to an email with UID of 3 (e.g. changing Labels), one account could affect the other. This even applied to Archiving!
Also in this PR:
* Fix error occurring if we do a uid_fetch and no emails are returned
* Allow for creating labels within the target mailbox (previously we would not do this, only use existing labels)
* Improve consistency for log messages
* Add specs for generic IMAP provider (Gmail specs still to come)
* Add custom archiving support for Gmail
* Only use Message-ID for uniqueness of IncomingEmail if it was generated by us
* Various refactors and improvements
2020-08-03 13:10:17 +10:00
..
2020-07-27 10:23:54 +10:00
2019-10-02 14:01:53 +10:00
2020-07-27 10:23:54 +10:00
2020-07-27 10:23:54 +10:00
2020-06-23 17:10:56 +10:00
2020-07-27 13:23:17 -04:00
2020-07-14 12:36:19 -04:00
2019-10-02 14:01:53 +10:00
2020-08-03 13:10:17 +10:00
2019-10-02 14:01:53 +10:00
2020-07-27 10:23:54 +10:00
2020-05-15 14:23:27 +08:00
2020-07-27 10:23:54 +10:00
2020-07-06 17:12:23 +01:00
2019-10-14 12:57:33 +05:30
2019-04-30 10:27:42 +10:00
2020-04-08 12:42:28 +10:00
2020-06-04 10:44:54 -04:00
2020-07-17 13:42:30 -04:00
2020-05-26 14:53:32 -04:00
2020-03-11 13:30:45 +00:00
2020-07-27 10:23:54 +10:00
2020-04-02 18:37:45 +01:00
2020-07-24 17:19:21 +08:00
2020-05-14 20:10:59 -06:00
2019-04-30 10:27:42 +10:00
2019-12-03 10:05:53 +01:00
2019-10-01 12:04:39 -04:00
2020-03-10 22:13:17 +01:00
2019-04-30 10:27:42 +10:00
2020-07-27 10:23:54 +10:00
2020-07-27 10:23:54 +10:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-10-16 14:28:04 -04:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2020-05-15 14:04:38 +01:00
2020-06-23 12:09:04 +08:00
2020-07-14 16:15:58 +08:00
2020-07-21 21:02:01 +05:30
2020-07-24 17:19:21 +08:00
2019-12-03 10:05:53 +01:00
2020-03-10 22:13:17 +01:00
2019-04-30 10:27:42 +10:00
2020-07-24 17:19:21 +08:00
2019-04-30 10:27:42 +10:00
2020-05-05 13:46:57 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-05-28 11:33:08 +10:00
2019-05-07 13:12:20 +10:00
2020-07-27 10:23:54 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-07-27 10:23:54 +10:00
2019-04-30 10:27:42 +10:00
2020-03-26 17:36:52 +11:00
2019-04-30 10:27:42 +10:00
2020-06-03 15:59:19 -06:00
2019-04-30 10:27:42 +10:00
2020-07-27 10:23:54 +10:00
2020-05-06 22:59:07 +02:00
2019-10-02 14:01:53 +10:00
2019-04-30 10:27:42 +10:00
2019-10-02 14:01:53 +10:00
2020-01-21 11:12:00 -05:00
2019-04-30 10:27:42 +10:00
2020-07-27 10:23:54 +10:00
2019-10-16 14:28:04 -04:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-06-07 01:26:06 +02:00
2020-07-22 11:42:15 -03:00
2020-07-29 09:43:32 +10:00
2020-07-28 12:06:15 +10:00
2019-10-02 14:01:53 +10:00
2019-05-07 13:12:20 +10:00
2020-07-23 09:50:00 -04:00
2020-07-27 10:23:54 +10:00
2020-05-14 15:42:00 -07:00
2019-05-07 13:12:20 +10:00
2019-12-03 10:05:53 +01:00
2019-11-27 16:11:49 +11:00
2019-10-02 14:01:53 +10:00
2019-10-02 14:01:53 +10:00
2019-12-11 11:26:52 -08:00
2020-07-29 10:31:55 +01:00
2019-05-07 13:12:20 +10:00
2020-07-27 11:56:08 +08:00
2019-11-11 11:18:12 +11:00
2019-05-13 09:31:32 +08:00
2020-07-27 10:23:54 +10:00
2019-12-17 10:34:20 +10:00
2020-07-27 10:23:54 +10:00
2019-08-06 11:26:54 +01:00
2019-05-30 07:56:36 +08:00
2019-05-20 13:47:20 +02:00
2019-04-30 10:27:42 +10:00
2019-05-07 13:12:20 +10:00
2019-04-30 10:27:42 +10:00
2019-10-02 14:01:53 +10:00
2020-03-10 22:13:17 +01:00
2020-03-10 22:13:17 +01:00
2020-07-23 10:30:23 +10:00
2020-04-20 14:17:13 -04:00
2020-07-13 18:42:09 -07:00
2019-11-01 09:19:43 +10:00
2019-10-02 14:01:53 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-01-31 09:09:34 +10:00
2020-07-17 10:48:08 +01:00
2020-07-27 10:23:54 +10:00
2020-07-09 14:57:27 -04:00