jbostoen/itop-jb-mail-to-ticket-automation-v2

use_message_id_as_uid is not supported for OAuth 2.0 / IMAP

Closed this issue · 0 comments

The code of this fork is based on Combodo's Mail to Ticket Automation, but it seems use_message_id_as_uid is not supported.

Because of that, when an organization installs this extension and just adds the OAuth 2.0 client to the existing IMAP email inbox (since this fork does not create a separate class for this); any previous emails in the inbox are processed again.

https://github.com/Combodo/combodo-oauth-email-synchro/blob/5091928b8d4fd7316619762551d295d5807cd65b/src/Service/IMAPOAuthEmailSource.php#L95
vs
https://github.com/Combodo/combodo-email-synchro/blob/73ead6f068305ae48c76952760a6c1bdde2ea583/classes/imapemailsource.class.inc.php#L142