docker-offlineimap/offlineimap/folder
Sebastian Spaeth 0a25408199 Rework undocumented listjoin to create UID sequences
This function was badly named and completely undocumented. Rework it to
avoid copying the full UID list using an iterator. Make it possible to
hand it a list of UIDs as strings rather than implicitely relying on the
fact that they are numeric already. Document the code.

The behavior off the function itself remained otherwise unchanged.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-08-23 20:55:28 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Catch correct type of exception 2011-08-19 19:05:16 +02:00
Gmail.py Rework undocumented listjoin to create UID sequences 2011-08-23 20:55:28 +02:00
IMAP.py Rework undocumented listjoin to create UID sequences 2011-08-23 20:55:28 +02:00
LocalStatus.py Make flags a set rather than a list 2011-08-19 18:56:10 +02:00
LocalStatusSQLite.py Make flags a set rather than a list 2011-08-19 18:56:10 +02:00
Maildir.py Create exception when file rename fails 2011-08-19 19:02:47 +02:00
UIDMaps.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00