docker-offlineimap/offlineimap/repository
Sebastian Spaeth c1a2b1559d repository: Simplify restore_atime code
repository.BaseRepository().restore_atime() was testing in complex ways
that it only operates on a Maildir and that the 'restoreatime' setting
is set. This is unecessary, we can simply make the base implementation a
NoOp, and move the implementation to MaildirRepository().

This will save a tad of work for everyone doing IMAP<->IMAP
synchronization and simplify the code. Also document the functions.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-09-15 19:28:42 +02:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py repository: Simplify restore_atime code 2011-09-15 19:28:42 +02:00
Gmail.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00
IMAP.py Simplify testing for 'subscribedonly' setting 2011-09-15 19:27:01 +02:00
LocalStatus.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Maildir.py repository: Simplify restore_atime code 2011-09-15 19:28:42 +02:00