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/isync/tree/imap-compression and > rebased to latest master. > i looked at it a bit. while thinking about it, i noticed that i need to mess around with the send buffering anyway (because i'm using SSL_write with much too small chunks). once i dive into that stuff, i can think of molding your patch according to my expectations just as well. that may take a week or two, though.
------------------------------------------------------------------------------ _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
