From e5ae4f275578dda3c78aadc197bd8abc545784b7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 14 Jun 2000 05:10:52 +0000 Subject: [PATCH] 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 --- camel/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/camel/ChangeLog b/camel/ChangeLog index 964eab8..d5e6953 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-06-14 Jeffrey Stedfast + * 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) -- 2.7.4