docker-offlineimap/offlineimap
Sebastian Spaeth 8c44115807 Init folder list early enough
We need the list of folders and the folder delimiter, but it was not
always retrieved early enough. E.g. when doing IMAP<->IMAP sync and the
local IMAP being readonly, we would bunk out with a mysterious error
message become repository.getsel() would still return None.

This commit fixes this error.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-12-01 17:21:09 +01:00
..
folder Drop connection if it might be bad on APPEND 2011-11-02 10:37:31 +01:00
repository Don't append trailing slash to maildir foldernames 2011-12-01 17:04:23 +01:00
ui Fix string formatting when port is not given. 2011-09-30 11:02:20 +02:00
__init__.py Release current master as 6.4.1 2011-11-17 08:55:32 +01:00
accounts.py Init folder list early enough 2011-12-01 17:21:09 +01:00
CustomConfig.py Remove deprecated calls to apply() 2011-09-27 13:00:12 +02:00
error.py Introduce new error level FOLDER_RETRY 2011-09-06 19:00:21 +02:00
imaplib2.py imaplib2: bump to upstream version 2.28 (rev 8228a0f) 2011-08-15 12:21:38 +02:00
imaplibutil.py Fix mbox.select(foldername) readonly parameter comparison 2011-11-02 09:00:11 +01:00
imapserver.py Make releaseconnection a NOOP when conn is None 2011-11-02 10:37:17 +01:00
imaputil.py Do not fail calling dequote() with empty string 2011-09-26 15:16:59 +02:00
init.py Don't use global variable profiledir 2011-09-29 16:16:53 +02:00
localeval.py Update FSF address 2006-08-12 05:15:55 +01:00
mbnames.py explicitly define symbols to import instead of 'import *' 2011-05-09 22:43:03 +02:00
syncmaster.py Remove weird SigListener class 2011-05-08 14:25:16 +02:00
threadutil.py Don't use global variable profiledir 2011-09-29 16:16:53 +02:00