aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-10-29 00:54:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-10-29 00:54:44 +0800
commit9975438eba281e709db995ca5947cc6d62c2d3d2 (patch)
tree5899f3ceb945cb578c35398ed1d2489ffe734fae /camel/ChangeLog
parentb374485568249c439f17c64f40320902fab37123 (diff)
downloadgsoc2013-evolution-9975438eba281e709db995ca5947cc6d62c2d3d2.tar
gsoc2013-evolution-9975438eba281e709db995ca5947cc6d62c2d3d2.tar.gz
gsoc2013-evolution-9975438eba281e709db995ca5947cc6d62c2d3d2.tar.bz2
gsoc2013-evolution-9975438eba281e709db995ca5947cc6d62c2d3d2.tar.lz
gsoc2013-evolution-9975438eba281e709db995ca5947cc6d62c2d3d2.tar.xz
gsoc2013-evolution-9975438eba281e709db995ca5947cc6d62c2d3d2.tar.zst
gsoc2013-evolution-9975438eba281e709db995ca5947cc6d62c2d3d2.zip
Handle literal strings. (envelope_decode_date): Same. Fixes bug #68894.
2004-10-28 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-summary.c (envelope_decode_nstring): Handle literal strings. (envelope_decode_date): Same. Fixes bug #68894. svn path=/trunk/; revision=27759
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 0492cd5b03..4ab62d96a3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2004-10-28 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap4/camel-imap4-summary.c (envelope_decode_nstring):
+ Handle literal strings.
+ (envelope_decode_date): Same. Fixes bug #68894.
+
* providers/imap4/camel-imap4-stream.c
(camel_imap4_stream_next_token): Properly tokenise "\*" as a flag
token. Fixes bug #68869.