docker-offlineimap/offlineimap/repository
Sebastian Spaeth 131298c2b1 Remove superfluous class ConfigedIMAPServer
Remove a level of wrapper abstraction that is not needed. Just use
IMAPserver and be done with it.

We do this by passing in the IMAPRepository() instance rather than a
long list of single paramters to the IMAPServer instanciation. This way
we can retrieve all repository parameters ourselves, rather than passing
a dozen paramters into IMAPServer. Also, this enables us to pass the
repository() object into our WrappedIMAP4() instance, so that it can
query, e.g. the SSL fingerprint configuration.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-08-12 18:18:26 +02:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Allow to specify remote hostname even for the Gmail case 2011-06-08 17:19:07 +02:00
Gmail.py Allow to specify remote hostname even for the Gmail case 2011-06-08 17:19:07 +02:00
IMAP.py Remove superfluous class ConfigedIMAPServer 2011-08-12 18:18:26 +02:00
LocalStatus.py fix magicline import 2011-05-25 21:54:55 +02:00
Maildir.py repository/Maildir.py: Fix typo 'sudir' 2011-06-23 18:30:55 +02:00