New filter to do CRLF<->LF conversion. (Currently only tested in the
authorDan Winship <danw@src.gnome.org>
Mon, 12 Jun 2000 16:49:59 +0000 (16:49 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 12 Jun 2000 16:49:59 +0000 (16:49 +0000)
commit5d1017a2a19fd69bebc2b9459c9420d3ff0a90f8
tree61b189bacf06d69e6f196f1c70cdc921dbeeb8e5
parentc57998253acea3279d7b66db73d4897d10f1018b
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.
camel/ChangeLog
camel/Makefile.am
camel/camel-mime-filter-crlf.c [new file with mode: 0644]
camel/camel-mime-filter-crlf.h [new file with mode: 0644]
camel/camel-mime-part.c
camel/camel-types.h
camel/camel.h