docker-offlineimap/offlineimap/folder
Sebastian Spaeth b1ff307674 Output more detailed error on corrupt LocalStatus
When our LocalStatus cache is corrupt, ie e.g. it contains lines not in
the form number:number, we would previously just raise a ValueError
stating things like "too many values". In case we encounter clearly
corrupt LocalStatus cache entries, clearly raise an exception stating
the filename and the line, so that people can attempt to repair it.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-05-05 19:00:46 +02: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 folder/IMAP.py: accord __version__ with import 2011-01-27 19:45:14 +01:00
LocalStatus.py Output more detailed error on corrupt LocalStatus 2011-05-05 19:00:46 +02:00
Maildir.py Save ui as self.ui in folder/Base class 2011-01-05 19:24:00 +01:00
UIDMaps.py More detailed error output on corrupt UID mapping files 2011-05-02 20:18:51 +02:00