aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-11-10 00:53:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-11-10 00:53:29 +0800
commitdf5bede1f424f7829ddee0ec3d93e0bc47283c75 (patch)
tree7d45926222a37618049dce11c575e440366dce02 /camel/ChangeLog
parentd8302b46aadfe37519d2e088681cada044c92d10 (diff)
downloadgsoc2013-evolution-df5bede1f424f7829ddee0ec3d93e0bc47283c75.tar
gsoc2013-evolution-df5bede1f424f7829ddee0ec3d93e0bc47283c75.tar.gz
gsoc2013-evolution-df5bede1f424f7829ddee0ec3d93e0bc47283c75.tar.bz2
gsoc2013-evolution-df5bede1f424f7829ddee0ec3d93e0bc47283c75.tar.lz
gsoc2013-evolution-df5bede1f424f7829ddee0ec3d93e0bc47283c75.tar.xz
gsoc2013-evolution-df5bede1f424f7829ddee0ec3d93e0bc47283c75.tar.zst
gsoc2013-evolution-df5bede1f424f7829ddee0ec3d93e0bc47283c75.zip
Handle not getting the CRLF pair together. Also don't require that we have
2004-11-09 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line): Handle not getting the CRLF pair together. Also don't require that we have at least 3 bytes in the read buffer as it is possible we don't have that much (see bug #69160). 2004-11-08 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-store.c (imap4_subscribe_folder): Note the folder-info just subscribed. (imap4_unsubscribe_folder): Unnote the folder-info. svn path=/trunk/; revision=27875
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 847815130d..f343b0439b 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,16 @@
+2004-11-09 Jeffrey Stedfast <fejj@novell.com>
+
+ * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line):
+ Handle not getting the CRLF pair together. Also don't require that
+ we have at least 3 bytes in the read buffer as it is possible we
+ don't have that much (see bug #69160).
+
+2004-11-08 Jeffrey Stedfast <fejj@novell.com>
+
+ * providers/imap4/camel-imap4-store.c (imap4_subscribe_folder):
+ Note the folder-info just subscribed.
+ (imap4_unsubscribe_folder): Unnote the folder-info.
+
2004-11-04 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-engine.c: Added much in-line