aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-chomp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix this to work right. We need to convert the input buffer to the charsetJeffrey Stedfast2002-03-201-2/+2
| | | | | | | | | | 2002-03-19 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_encode_param): Fix this to work right. We need to convert the input buffer to the charset we claim in the encoded param (duh). svn path=/trunk/; revision=16214
* New stream filter that chomps excess trailing whitespace from the end ofJeffrey Stedfast2002-02-281-0/+154
2002-02-27 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-chomp.c (camel_mime_filter_chomp_new): New stream filter that chomps excess trailing whitespace from the end of the stream. This is needed to update the PGP/MIME code to comply with rfc3156. * camel-pgp-mime.c (camel_pgp_mime_part_verify): Don't attach a from filter, if it ain't from-filtered already, then we'll just be breaking stuff. To become rfc3156 compliant, add a chomp filter here. (camel_pgp_mime_part_sign): Add a chomp filter here too. svn path=/trunk/; revision=15863