On Sat, 2010-02-13 at 01:19 +0200, Timo Sirainen wrote:
> > >  - create yet another proxy to login processes. Probably some day I
> > > should combine all of them to one that only proxies i/ostreams. Although
> > > implementing SSL i/ostreams could be a bit difficult.

Looks like COMPRESS=DEFLATE is valid only after login, which made it
much easier to implement. It's now in v2.0 hg. Tested that it seems to
work with Thunderbird 3.0.1.

http://hg.dovecot.org/dovecot-2.0/rev/29f5567e0a9a

protocol imap {
  mail_plugins = zlib imap_zlib
}
plugin {
  imap_zlib_compress_level = 6 #default
}

Only COMPRESS=DEFLATE is advertised, but it actually supports all
compression methods supported by zlib plugin. So basically deflate and
bz2 (and gz, but it's basically same as deflate).

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to