__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
|
SQLite: close db when done
|
2016-04-09 19:55:26 +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 |