docker-offlineimap/offlineimap/ui
Sebastian Spaeth 9453e1d955 Fix getuidvalidity crash (UIDVALIDITY returning None)
Rename getuidvalidity -> get_uidvalidity and cache the IMAP result.

1) Start modernizing our function names using more underscores
2) IMAPs implementation of get_uidvalidity was removing the UIDVALIDITY result
   from the imaplib2 result stack, so subsequent calls would return "None".
   As various functions can invoke this, this led to some errors that we
   avoid by caching the current UIDVALIDITY value in the Folder instance.

There are more simplifications and improvements to be made.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-01-19 12:02:13 +01:00
..
__init__.py Rework UI system to make use of the logging module 2011-10-27 16:23:55 +02:00
Curses.py Make exit via 'q' key work again in Blinkenlights UI 2012-01-07 15:02:22 +01:00
debuglock.py cleanup import satements 2011-05-12 18:26:29 +02:00
Machine.py Fix getuidvalidity crash (UIDVALIDITY returning None) 2012-01-19 12:02:13 +01:00
Noninteractive.py Rework UI system to make use of the logging module 2011-10-27 16:23:55 +02:00
TTY.py TTYUI: Fix missing "time" import 2012-01-19 02:02:55 +01:00
UIBase.py Fix getuidvalidity crash (UIDVALIDITY returning None) 2012-01-19 12:02:13 +01:00