Re: IMAP COMPRESS support

2014-12-15 Thread Jesse
Thanks, taking a look. FYI, for reasons I'm not entirely sure of, this message landed in my Gmail's spam folder. 2014-12-13 3:23 GMT-08:00 Oswald Buddenhagen : > On Sat, Jun 21, 2014 at 12:51:25AM +0200, Vincent Bernat wrote: >> IMAP has an extension to reduce the bandwidth usage by compressing >>

Re: IMAP COMPRESS support

2014-12-13 Thread Oswald Buddenhagen
On Sat, Jun 21, 2014 at 12:51:25AM +0200, Vincent Bernat wrote: > IMAP has an extension to reduce the bandwidth usage by compressing > data. It is explained in RFC 4978: On Sun, Oct 26, 2014 at 07:47:29PM +0100, Oswald Buddenhagen wrote: > On Sat, Oct 25, 2014 at 11:10:01PM -0600, Jesse wrote: > >

Re: IMAP COMPRESS support

2014-06-21 Thread Oswald Buddenhagen
On Sat, Jun 21, 2014 at 12:51:25AM +0200, Vincent Bernat wrote: > If COMPRESS=DEFLATE is present as a capability, the command "a COMPRESS > DEFLATE" will enable it. Once the server answers with OK any remaining > flow should be handled through zlib. > > It would convenient to implement that in mbs