1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-27 07:35:07 +02:00
offlineimap/docs
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
..
doc-src Refactoring: make functions to be private if we can 2014-04-30 19:35:56 +04:00
INSTALL.rst docs: add "development state" section and update some links 2013-12-14 15:02:41 +01:00
Makefile Revamped documentation structure and some doc fixes 2012-02-24 11:13:27 +01:00
MANUAL.rst Make GmailFolder sync GMail labels 2014-05-06 23:36:06 +04:00