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/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/Makefile.am') diff --git a/camel/Makefile.am b/camel/Makefile.am index 13351044c2..8505bc1819 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -54,6 +54,7 @@ libcamel_la_SOURCES = \ camel-mime-filter-index.c \ camel-mime-filter-from.c \ camel-mime-filter-smtp.c \ + camel-mime-filter-crlf.c \ camel-stream-filter.c \ camel-address.c \ camel-internet-address.c @@ -100,6 +101,7 @@ libcamelinclude_HEADERS = \ camel-mime-filter-index.h \ camel-mime-filter-from.h \ camel-mime-filter-smtp.h \ + camel-mime-filter-crlf.h \ camel-stream-filter.h \ camel-address.h \ camel-internet-address.h -- cgit v1.2.3