docker-offlineimap/offlineimap/folder
Sebastian Spaeth 6398bf7795 Don't require the string module
There is no need for using the string module if all we want is to split
a string at the white space. All pythons since at least 2.4 can do that.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-02-21 13:20:21 +01:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Use self.ui rather than UIBase.getglobalui() 2011-02-17 19:03:29 +01:00
Gmail.py Remove unneeded imports of UIBase 2011-02-09 19:29:01 +01:00
IMAP.py Don't require the string module 2011-02-21 13:20:21 +01:00
LocalStatus.py LocalStatus: Don't ignore Exceptions on os.fsync 2011-01-14 19:25:11 +01:00
Maildir.py Save ui as self.ui in folder/Base class 2011-01-05 19:24:00 +01:00
UIDMaps.py Remove unneeded imports of UIBase 2011-02-09 19:29:01 +01:00