docker-offlineimap/offlineimap/folder
Sebastian Spaeth c93cd9bb1a BaseFolder(): Save name and repository
As all Folders share these parameters, we can safely handle them in
BaseFolder. This makes sense, as BaseFolder has a getname() function
that returns self.name but nothing actually set self.name.

It also saves a few lines of code.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-09-16 12:54:12 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py BaseFolder(): Save name and repository 2011-09-16 12:54:12 +02:00
Gmail.py BaseFolder(): Save name and repository 2011-09-16 12:54:12 +02:00
IMAP.py BaseFolder(): Save name and repository 2011-09-16 12:54:12 +02:00
LocalStatus.py BaseFolder(): Save name and repository 2011-09-16 12:54:12 +02:00
LocalStatusSQLite.py Fix sqlite upgrade code to use correct API call 2011-09-02 21:59:35 +02:00
Maildir.py BaseFolder(): Save name and repository 2011-09-16 12:54:12 +02:00
UIDMaps.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00