aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-06-14 13:10:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-14 13:10:57 +0800
commitabdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae (patch)
tree834d45054e39e3f9096ce96188b46383bcc3c134 /camel/ChangeLog
parent477a592e59c0ff8850c01edf56033f14ce166abe (diff)
downloadgsoc2013-evolution-abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae.tar
gsoc2013-evolution-abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae.tar.gz
gsoc2013-evolution-abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae.tar.bz2
gsoc2013-evolution-abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae.tar.lz
gsoc2013-evolution-abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae.tar.xz
gsoc2013-evolution-abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae.tar.zst
gsoc2013-evolution-abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae.zip
updated the crlf filter:
encoder: allocate more memory (3 * len instead of 2 * len) decoder: prevent p from pointing beyond the end of the buffer svn path=/trunk/; revision=3561
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 964eab8fb6..d5e69538e3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2000-06-14 Jeffrey Stedfast <fejj@helixcode.com>
+ * camel-mime-filter-crlf.c (filter): Updated the encoder to allocate more
+ memory (since we are also now adding dots). Also updated the decoder as we
+ have found that it sometimes passes the end of the buffer.
+
* providers/pop3/camel-pop3-folder.c (get_message_by_uid): Took out the
filter code ( we already filter in camel_pop3_command_get_additional_data)