mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 13:05:57 +00:00
The operation RopFastTransferSourceCopyTo calls the available properties for a message using the instance method. It seems the preferred method by Outlook to synchronise a FAI message. OpenChange calls the message to get the available properties, so the instance method is called. As it is specialised to return the custom hack FAI properties, we have to call that class method instead of using generic one available at NSObject (MAPIStoreProperties) class. This avoids crashing the Outlook client after we synchronise the calendar folder after changing the timeframe view (eg from day view to month view).
11 KiB
11 KiB