File: //usr/local/ssl/share/doc/dovecot-2.2.23/wiki/Plugins.Compress.txt
IMAP COMPRESS plugin
====================
The goal of the extension is to reduce the bandwidth usage of IMAP.
Configuration:
---%<-------------------------------------------------------------------------
#mail_plugins = $mail_plugins zlib # Required for v2.1 and older only
protocol imap {
mail_plugins = $mail_plugins imap_zlib
}
---%<-------------------------------------------------------------------------
(This file was created from the wiki on 2016-03-30 04:43)