On 02 Oct 2015, at 23:28, Robert Schetterer <[email protected]> wrote: > > Am 02.10.2015 um 18:13 schrieb Timo Sirainen: >> + Added imap-hibernate processes (see imap_hibernate_timeout setting). >> IDLEing IMAP connections can be hibernated, which saves memory. > > Hm, i have > > Couldn't hibernate imap client: Couldn't export state: COMPRESS enabled > > does this mean if zlib plugin is enabled, hibernate dont works ?
imap_zlib plugin enables COMPRESS. If COMPRESS is used, it can't currently be hibernated. The plan to get this fixed in future means moving the COMPRESS handling code to imap-login process similar to how SSL is handled. But this then needs some post-login communication between imap and imap-login processes, which is a bit larger change.
