Enable compressed connections to the IMAP server

Added the configuration setting usecompression for the IMAP repositories.
When enabled, the data from and to the IMAP server is compressed.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Abdó Roig-Maranges
2012-10-25 14:25:19 +02:00
committed by Eygene Ryabinkin
parent 0c4fe6bada
commit 0903428fda
3 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,7 @@ 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)
OfflineIMAP v6.5.5 (2013-10-07)