[PATCH 0/4] implement syncing dovecot imap flags to remote repo

Igor Mammedov imammedo at redhat.com
Thu Aug 16 01:50:07 UTC 2012


If MailDir is used by dovecot, it creates dovecot-keywords file there to
provide mapping beteewn non sandard imap flags and lower case letter
flags used by dovecot to tag messages.
patchset allow uses this fact and adds to offlineimap ability to sync
imap flags (tags) back and forth.
For now it's necessary for dovecote to know about imap flag (flag should
be in dovecot-keywords file) when it's synced from remote repo, unknown
flags from remote repo will be ignored.

Igor Mammedov (4):
  maildir: allow to return non standard flags
  basefolder: add interface to get/set additional flags remap table per
    folder
  maildir: read and parse dovecot-keywords
  set and use additional flags map if available

 offlineimap/accounts.py       |  1 +
 offlineimap/folder/Base.py    |  7 +++++++
 offlineimap/folder/IMAP.py    | 12 ++++++------
 offlineimap/folder/Maildir.py | 24 +++++++++++++++++++++---
 offlineimap/imaputil.py       | 10 ++++++++--
 5 files changed, 43 insertions(+), 11 deletions(-)

-- 
1.7.11.2




More information about the OfflineIMAP-project mailing list