docker-offlineimap/offlineimap/folder
Łukasz Żarnowiecki 12866f2771 Wrap zip calls with list call
In Python3, zip returns iterator instead of list.

Signed-off-by: Łukasz Żarnowiecki <dolohow@outlook.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-05-10 02:53:09 +02:00
..
__init__.py Use "from . import" for relative imports 2012-02-06 17:41:43 +01:00
Base.py Change filter with lambda to list comprehension 2016-05-10 02:53:09 +02:00
Gmail.py Replace calls to long with int calls 2016-05-10 02:53:09 +02:00
GmailMaildir.py Replace calls to long with int calls 2016-05-10 02:53:09 +02:00
IMAP.py Replace xrange with range 2016-05-10 02:53:09 +02:00
LocalStatus.py Remove xreadlines calls 2016-05-10 02:53:09 +02:00
LocalStatusSQLite.py Wrap zip calls with list call 2016-05-10 02:53:09 +02:00
Maildir.py Replace has_key method to "key in dict" 2016-05-10 02:53:09 +02:00
UIDMaps.py Replace calls to long with int calls 2016-05-10 02:53:09 +02:00