docker-offlineimap/offlineimap/folder
Sebastian Spaeth 58220fd8e7 Replace calls to getmessagelist() to alternatives
getmessagelist() is slow for the mapped UID case, so replace some of its
occurences with calls that are optimized for this case, ie
getmessagecount() and uidexists().

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Reviewed-and-tested-by: Vincent Beffara <vbeffara@ens-lyon.fr>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-03-28 17:53:14 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Replace calls to getmessagelist() to alternatives 2011-03-28 17:53:14 +02:00
Gmail.py Remove some unneeded imports 2011-03-14 19:51:52 +01:00
IMAP.py Replace calls to getmessagelist() to alternatives 2011-03-28 17:53:14 +02:00
LocalStatus.py cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00
Maildir.py cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00
UIDMaps.py Implement more efficient functions for the MappedUID case 2011-03-28 17:52:22 +02:00