Current File : //usr/local/share/doc/dovecot/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 2017-02-24 04:44)