Add ability to trim some local mail headers

When filterheaders is set to a comma-separated list of headers,
OfflineIMAP removes those headers from messages before uploading them
to the server.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Abdó Roig-Maranges
2012-10-16 20:53:54 +02:00
committed by Eygene Ryabinkin
parent 844ca6b08c
commit 5391476dfb
3 changed files with 64 additions and 4 deletions

View File

@ -10,6 +10,8 @@ OfflineIMAP v6.5.6 (YYYY-MM-DD)
* Add knob to invoke folderfilter dynamically on each sync (GitHub#73)
* Add knob to apply compression to IMAP connections (Abdó Roig-Maranges)
* Add knob to filter some headers before uploading message
to IMAP server (Abdó Roig-Maranges)
OfflineIMAP v6.5.5 (2013-10-07)