docker-offlineimap/offlineimap
Sebastian Spaeth e20d8b9679 Remove upload neguid pass from sync logic
In order to optimize performance, we fold the 1st and 2nd pass of our
sync strategy into one. They were essentially doing the same thing:
uploading a message to the other side. The only difference was that in
one case we have a negative UID locally, and in the other case, we have
a positive one already.

This saves some time, as we don't have to run through that function on
IMAP servers anyway (they always have positive UIDs), and 2nd were we
stalling further copying until phase 1 was finished. So uploading a
single new message would prevent us from starting to copy existing
regular messages.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-04-25 13:01:53 +02:00
..
folder Remove upload neguid pass from sync logic 2011-04-25 13:01:53 +02:00
repository Merge branch 'master' into next 2011-03-15 19:28:02 +01:00
ui cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00
__init__.py v6.3.3 2011-04-21 18:34:24 +02:00
accounts.py Always logout() on imaplib2 objects, even during exceptions 2011-03-25 18:26:22 +01:00
CustomConfig.py Improve CustomConfig documentation 2011-01-20 19:46:01 +01:00
imaplib2.py imaplib2: Bump from 2.20 to 2.22 2011-04-11 19:10:45 +02:00
imaplibutil.py Fix IMAP4_Tunnel to work with imaplib2 2011-04-13 18:41:53 +02:00
imapserver.py Get rid of the UsefulIMAP4 classes 2011-03-23 20:00:35 +01:00
imaputil.py cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00
init.py Make -f option with with folder names with spaces. 2011-04-11 18:29:44 +02:00
localeval.py Update FSF address 2006-08-12 05:15:55 +01:00
mbnames.py Update FSF address 2006-08-12 05:15:55 +01:00
syncmaster.py cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00
threadutil.py cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00