Add more docs to sync algorithm

This commit is contained in:
Markus Unterwaditzer 2017-02-06 18:15:43 +01:00
parent 960f36ccdc
commit 14878e9a5d

View file

@ -7,7 +7,10 @@ not only to synchronize a local vdir with a CalDAV server, but also synchronize
two CalDAV servers or two local vdirs. two CalDAV servers or two local vdirs.
The algorithm is based on the blogpost "How OfflineIMAP works" by Edward Z. The algorithm is based on the blogpost "How OfflineIMAP works" by Edward Z.
Yang. http://blog.ezyang.com/2012/08/how-offlineimap-works/ Yang: http://blog.ezyang.com/2012/08/how-offlineimap-works/
Some modifications to it are explained in
https://unterwaditzer.net/2016/sync-algorithm.html
''' '''
import contextlib import contextlib
import itertools import itertools