docker-offlineimap/offlineimap/folder
Sebastian Spaeth 306f584c86 Remove custom Gmail/folder/processmessagesflags()
This function was overridden as the IMAP version apparently had been
using imapobj.myrights() at some point in time, which was not
implemented in the Gmail version. However, IMAP is not using myrights()
anymore, and as that is an extension that needs to be advertised in
CAPABILITIES we should not unconditionally use it anyway.

So remove the function that is identical to it's ancestor's
function.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-08-14 17:14:35 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py accounts.py: Use ui.error when raising exceptions 2011-08-11 19:14:28 +02:00
Gmail.py Remove custom Gmail/folder/processmessagesflags() 2011-08-14 17:14:35 +02:00
IMAP.py IMAP: Don't use assert() in folder.savemessage() 2011-08-11 19:14:28 +02:00
LocalStatus.py Use self.doautosave rather than self.dofsync 2011-05-07 13:29:11 +02:00
LocalStatusSQLite.py cleanup: remove uneeded imports 2011-05-09 22:42:15 +02:00
Maildir.py Support maildir for windows 2011-07-12 21:53:33 +02:00
UIDMaps.py Simplify MappedIMAPFolder, fixing bugs 2011-06-25 17:03:22 +02:00