docker-offlineimap/offlineimap/ui
Sebastian Spaeth f937a86571 Implement ui.error() and output them at end of offlinimap sync
Output all raised Exceptions error strings to the error log. If we are
in debug mode, we also output the traceback of the exception.

Save all exceptions that occur during the run time to a Queue and output
them all again when the offlineimap sync is finished.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-08-11 19:14:28 +02:00
..
__init__.py Allow to use nicer UI names 2011-03-06 15:33:29 +01:00
Blinkenlights.py threadutil: explicitly import get_ident from thread 2011-05-12 18:28:49 +02:00
Curses.py cleanup import satements 2011-05-12 18:26:29 +02:00
debuglock.py cleanup import satements 2011-05-12 18:26:29 +02:00
Machine.py Don't pass list to ui.adding/deletingflags 2011-03-07 21:11:10 +01:00
Noninteractive.py cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00
TTY.py cleanup import satements 2011-05-12 18:26:29 +02:00
UIBase.py Implement ui.error() and output them at end of offlinimap sync 2011-08-11 19:14:28 +02:00