From 89ae418e500b8503bd8edddb60c5a429539404ee Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 28 Nov 2000 03:26:51 +0000 Subject: Make this gratuitously more complicated. No wait, I mean, fix bugs. Now * providers/imap/camel-imap-command.c (imap_read_untagged): Make this gratuitously more complicated. No wait, I mean, fix bugs. Now fully handles NULs in the data stream (which "can't happen" but do) and also handles responses containing multiple literals. Also does less copying than the original code. * camel-stream-buffer.c (stream_read): Fix a bug that could make it lose sync and/or overrun buffers. svn path=/trunk/; revision=6688 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 3a0310c555..f566620c1b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-11-27 Dan Winship + + * providers/imap/camel-imap-command.c (imap_read_untagged): Make + this gratuitously more complicated. No wait, I mean, fix bugs. Now + fully handles NULs in the data stream (which "can't happen" but + do) and also handles responses containing multiple literals. Also + does less copying than the original code. + + * camel-stream-buffer.c (stream_read): Fix a bug that could make + it lose sync and/or overrun buffers. + 2000-11-27 JP Rosevear * providers/local/.cvsignore: shush -- cgit v1.2.3