1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-28 07:40:51 +02:00
offlineimap/offlineimap
Igor Almeida 4e2de8f58a Maildir repository: add config keys for IMAP keywords
This commit assembles a dictionary mapping user-specified IMAP keywords
to Maildir lower-case flags, similar to Dovecot's format
http://wiki2.dovecot.org/MailboxFormat/Maildir

Configuration example:

[Repository Local]
type = Maildir
localfolders = ~/Maildir/
customflag_a = $label1
customflag_b = $Forwarded
customflag_c = Junk

Signed-off-by: Igor Almeida <igor.contato@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2015-11-22 19:50:43 +01:00
..
folder Maildir folder: extract lower-case letters (custom flags) from filename 2015-11-22 19:50:22 +01:00
repository Maildir repository: add config keys for IMAP keywords 2015-11-22 19:50:43 +01:00
ui Noninteractive: add minor comment 2015-10-13 00:52:43 +02:00
utils Make OS-default CA certificate file to be requested explicitely 2015-01-18 22:05:49 +03:00
__init__.py v6.6.0-rc3 2015-11-05 09:26:01 +01:00
accounts.py accounts: remove unused imaplibutil import 2015-04-07 16:34:35 +02:00
CustomConfig.py Properly re-raise exception to save original tracebacks 2015-01-12 17:51:21 +03:00
emailutil.py more style consistency 2015-01-08 23:36:19 +01:00
error.py more consistent style 2015-01-07 21:31:43 +01:00
globals.py Create global instance of command-line options 2013-02-11 23:34:18 +04:00
imaplib2.py bump from imaplib2 v2.51 to v2.52 2015-11-05 09:07:31 +01:00
imaplibutil.py Merge branch 'pilou--tests1' into next 2015-04-02 19:32:37 +02:00
imapserver.py fix: avoid writing password to log 2015-11-04 08:00:50 +01:00
imaputil.py Add decodefoldernames option to decode IMAP folder names using UTF-7. 2015-08-29 16:43:33 +01:00
init.py UIBase: add a syslog ui 2015-10-13 00:48:18 +02:00
localeval.py localeval: avoid redefining 'file' keyword 2015-01-14 17:18:48 +01:00
mbnames.py mbnames: add option to write the file once per account 2015-03-22 21:15:46 +01:00
syncmaster.py Exit "infinite" monitorloop when SyncRunner thread exits 2011-11-02 11:55:05 +01:00
threadutil.py more style consistency 2015-02-10 17:25:00 +01:00