aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-29 07:47:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-29 07:47:21 +0800
commitd082be408a72cd7fae09c6c8ba9a823a53b1edbd (patch)
treebd6e52b5a51350425d112a4832bc54acdee1110b /camel/ChangeLog
parent48ff93b64492c08d82e8452cb6b0e94b8582eb3e (diff)
downloadgsoc2013-evolution-d082be408a72cd7fae09c6c8ba9a823a53b1edbd.tar
gsoc2013-evolution-d082be408a72cd7fae09c6c8ba9a823a53b1edbd.tar.gz
gsoc2013-evolution-d082be408a72cd7fae09c6c8ba9a823a53b1edbd.tar.bz2
gsoc2013-evolution-d082be408a72cd7fae09c6c8ba9a823a53b1edbd.tar.lz
gsoc2013-evolution-d082be408a72cd7fae09c6c8ba9a823a53b1edbd.tar.xz
gsoc2013-evolution-d082be408a72cd7fae09c6c8ba9a823a53b1edbd.tar.zst
gsoc2013-evolution-d082be408a72cd7fae09c6c8ba9a823a53b1edbd.zip
Fixed the hack around quoted string responses - should now handle them
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_get_message): Fixed the hack around quoted string responses - should now handle them according to the specifications in the RFC * providers/imap/camel-imap-stream.c (stream_read): Updated to match the code currently used in camel-imap-folder.c svn path=/trunk/; revision=5092
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9ce35eba85..be17adbc00 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c (imap_get_message): Fixed the
+ hack around quoted string responses - should now handle them
+ according to the specifications in the RFC
+
+ * providers/imap/camel-imap-stream.c (stream_read): Updated to
+ match the code currently used in camel-imap-folder.c
+
2000-08-28 Ettore Perazzoli <ettore@helixcode.com>
* providers/mbox/camel-mbox-summary.c (camel_mbox_summary_sync):