mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove babbling about abstract interfaces
This commit is contained in:
parent
0d47e06d89
commit
629de5558d
1 changed files with 3 additions and 5 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
The function in `vdirsyncer.sync` can be called on two instances of `Storage`
|
The `sync` function in `vdirsyncer.sync` can be called on two instances of
|
||||||
to synchronize them. Due to the abstract API storage classes are implementing,
|
`Storage` to synchronize them. Apart from the defined errors, this is the only
|
||||||
the two given instances don't have to be of the same exact type. This allows us
|
public API of this module.
|
||||||
not only to synchronize a local vdir with a CalDAV server, but also synchronize
|
|
||||||
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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue