docker-offlineimap/offlineimap/ui
Abdó Roig-Maranges 0e4afa9132 Make GmailFolder sync GMail labels
When synclabels config flag is set to "yes" for the GMail repo,
offlineimap fetches the message labels along with the messages, and
embeds them into the body under the header X-Keywords (or whatever
'labelsheader' was set to), as a comma separated list.

It also adds an extra pass to savemessageto, that performs label
synchronization on existing messages from GMail to local, the same way
it is done with flags.

We also introduce GmailMaildir repository that adds functionality to
change message labels.  It keeps track of messages modification time,
so one can quickly detect when the labels may have changed.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2014-05-06 23:36:06 +04:00
..
__init__.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Curses.py Curses UI: Reset the warn method before terminate 2012-04-19 17:20:49 +02:00
debuglock.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Machine.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Noninteractive.py python3: import absolute package name 2012-02-06 17:41:42 +01:00
TTY.py TTYUI: Fix missing "time" import 2012-01-19 02:02:55 +01:00
UIBase.py Make GmailFolder sync GMail labels 2014-05-06 23:36:06 +04:00