docker-offlineimap/offlineimap/folder
Sebastian Spaeth 373e7cdbc1 Allow empty foldernames
Empty foldernames (as they could be created through nametrans) were
failing as the uidvalidity and status files names as determined by
folder/Base.py:getfolderbasename() lead to invalid file names ''.

Fix this by handling empty file names and translating them to '.' which
leads to the special file name 'dot'. (this special value existed before
and was not invented by this patch)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-08-19 18:37:00 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Gmail.py Remove custom Gmail/folder/processmessagesflags() 2011-08-14 17:14:35 +02:00
IMAP.py Another way of locating UID of just saved message 2011-08-17 20:58:41 +02:00
LocalStatus.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
LocalStatusSQLite.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Maildir.py Support maildir for windows 2011-07-12 21:53:33 +02:00
UIDMaps.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00