Re: IMAP compression: not-quite-ready pull request

2014-10-27 Thread Jesse
Excellent, glad to hear. Eager to test anything you get working. 2014-10-26 12:47 GMT-06:00 Oswald Buddenhagen : > On Sat, Oct 25, 2014 at 11:10:01PM -0600, Jesse wrote: >> So, I've got a fairly complete implementation of IMAP DEFLATE >> compression, but am noticing issues with data corruption (at

Re: IMAP compression: not-quite-ready pull request

2014-10-26 Thread Oswald Buddenhagen
On Sat, Oct 25, 2014 at 11:10:01PM -0600, Jesse wrote: > So, I've got a fairly complete implementation of IMAP DEFLATE > compression, but am noticing issues with data corruption (at least > server->client). Would anyone be willing to take a look? The code is > at https://github.com/pianohacker/isyn

IMAP compression: not-quite-ready pull request

2014-10-25 Thread Jesse
So, I've got a fairly complete implementation of IMAP DEFLATE compression, but am noticing issues with data corruption (at least server->client). Would anyone be willing to take a look? The code is at https://github.com/pianohacker/isync/tree/imap-compression and rebased to latest master. -- Jess