Current File : //usr/share/doc/dovecot-2.2.36/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 2018-05-23 04:42)