1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
IMAP COMPRESS plugin
====================
The goal of the extension is to reduce the bandwidth usage of IMAP.
The <zlib> [Plugins.Zlib.txt] has to be enabled for imap_zlib to work
Configuration:
---%<-------------------------------------------------------------------------
mail_plugins = $mail_plugins zlib
protocol imap {
mail_plugins = $mail_plugins imap_zlib
}
---%<-------------------------------------------------------------------------
(This file was created from the wiki on 2013-11-24 04:42)
|