aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f1919f4b6d..3fbf6b60d7 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2000-11-20 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * camel-remote-store.c (remote_recv_line): Fixed to return the
+ correct bytecount in all cases which is the real fix to
+ imap_parse_nstring.
+
+ * providers/imap/camel-imap-command.c (imap_read_untagged): Again,
+ don't use strlen for the post-data, use 'n'.
+
+ * providers/imap/camel-imap-utils.c (imap_parse_nstring): Undo my
+ previous temp-fix.
+
2000-11-20 Not Zed <NotZed@HelixCode.com>
* providers/nntp/camel-nntp-utils.c (get_XOVER_headers): Fixes for
@@ -112,6 +124,7 @@
parsing (all other data can be retrieved by the caller except
this).
+>>>>>>> 1.594
2000-11-17 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-utils.c (imap_parse_nstring): When