Confirmed users
360
edits
(Created page with "== IMAP == === Possibilities === IMAP sync algorithms can be classified into two major classes: whole folder sync, and partial folder sync. Whole folder sync is what most d...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | |||
We use completely different synchronization implementations for IMAP and ActiveSync. This is an outgrowth of differences in the protocols. | |||
=== Key IMAP / ActiveSync Differences === | |||
* Fixed sync windows versus flexible sync windows | |||
** For ActiveSync, we are constrained to sync along exact, pre-defined time boundaries. We can sync 1 day, 3 days, 1 week, 2 weeks, 1 month, or all messages. That's it. | |||
** For IMAP we do synchronize whole days in their entirety, but otherwise what we sync until we have 'enough' messages for our display needs. | |||
== IMAP == | == IMAP == | ||