From 9573b501a807c22010a9ed50825db146296995eb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 12 Jun 2000 16:49:59 +0000 Subject: New filter to do CRLF<->LF conversion. (Currently only tested in the * camel-mime-filter-crlf.c: New filter to do CRLF<->LF conversion. (Currently only tested in the LF->CRLF direction.) * camel-mime-part.c (write_to_stream): if content-type is text, and it's QP or B64 encoded, pass through the CRLF filter before the other filter to satisfy the "canonical encoding" rules in the MIME spec. svn path=/trunk/; revision=3529 --- camel/camel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel.h') diff --git a/camel/camel.h b/camel/camel.h index d3a65b1312..e9300f83cb 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -41,6 +41,7 @@ extern "C" { #include #include #include +#include #include #include #include -- cgit