docker-offlineimap/offlineimap/repository
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 Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Make syncfoldersto to accept a single folder only 2011-08-17 21:02:21 +02:00
Gmail.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00
IMAP.py Merge branch 'ss/improved-folderfilter-errors' into next 2011-08-12 18:29:23 +02:00
LocalStatus.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Maildir.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00