Official SuiteCRM Outlook Plugin v4 has arrived - Compatible with the Outlook Web App or Outlook 2016+ connected to Office365 or Exchange Server 2016. A complete rebuild developed and maintained by SuiteCRM developers, the addon retains previous functionality while massively improves performance, reliability and stability!
#5980 - Plugin not loading sa_outlook_sync_date from table all syncing all history each time
Hi,
I think I found a bug in the plugin: the sa_outlook_sync_date is never correctly loaded from the DB, forcing the synchro to perform on all of the mail history. This line in OutlookSyncService.php seems to be the culprit: $since = $timedate->fromUser($user->sa_outlook_sync_date); Changing it to $since = $timedate->fromDb($user->sa_outlook_sync_date); fixes the issue for me.
Regards, François
This case is public.
Please leave out any sensitive information such as URLs, passwords, etc.