From de180f6cbbabda73d445f802e83e12696bffdab6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 11 Jul 2002 22:30:51 +0000 Subject: Fixes bug #27672 2002-07-11 Jeffrey Stedfast Fixes bug #27672 * camel-mime-filter-bestenc.c: Conditionally #include * camel-mime-filter-linewrap.c: Same here... although we could probably just get rid of this filter? We don't seem to use it anywhere since we try to QP/Base64 encode any text parts with long lines. Besides, we couldn't use this filter for SMTP anyway since we can't risk possibly linewrapping a binary mime part. I dunno, maybe this could be useful in the composer though? *shrug* * providers/smtp/camel-smtp-transport.c (smtp_data): Always call camel_mime_message_set_best_encoding() even if the server allows 8BITMIME and even if we don't have any 8bit parts because we may have parts with long lines (>998 octets) which also need to be encoded. * camel-mime-message.c (check_8bit): Don't forget to check for the binary encoding here as well. svn path=/trunk/; revision=17428 --- camel/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index b546c95d6e..5812a37b84 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,25 @@ +2002-07-11 Jeffrey Stedfast + + Fixes bug #27672 + + * camel-mime-filter-bestenc.c: Conditionally #include + + * camel-mime-filter-linewrap.c: Same here... although we could + probably just get rid of this filter? We don't seem to use it + anywhere since we try to QP/Base64 encode any text parts with long + lines. Besides, we couldn't use this filter for SMTP anyway since + we can't risk possibly linewrapping a binary mime part. I dunno, + maybe this could be useful in the composer though? *shrug* + + * providers/smtp/camel-smtp-transport.c (smtp_data): Always call + camel_mime_message_set_best_encoding() even if the server allows + 8BITMIME and even if we don't have any 8bit parts because we may + have parts with long lines (>998 octets) which also need to be + encoded. + + * camel-mime-message.c (check_8bit): Don't forget to check for the + binary encoding here as well. + 2002-07-11 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (parse_fetch_response): If we -- cgit v1.2.3