aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-formatter.h
Commit message (Collapse)AuthorAgeFilesLines
* new function, broken out from 'camel_formatter_make_html'.Matthew Loper2000-01-241-4/+16
| | | | | | | | | | | * camel/camel-formatter.c (write_header_info_to_stream): new function, broken out from 'camel_formatter_make_html'. (write_mimepart_to_stream): same. (find_text_body_part_in_multipart_related): new function. (camel_formatter_make_html): Now tries to deal with multipart/related, multipart/alternate, and text/(plain|html). svn path=/trunk/; revision=1619
* + * camel/camel-formatter.c (camel_formatter_make_html): added aMatthew Loper2000-01-221-3/+2
| | | | | | | + CamelMimeMessage as a param to this function, and removed it as a + member of the object. svn path=/trunk/; revision=1602
* New files. You'll be able to use a CamelFormatter to get html-formattedMatthew Loper2000-01-211-0/+63
* camel/camel-formatter.c, camel/camel-formatter.h: New files. You'll be able to use a CamelFormatter to get html-formatted versions of a CamelMimeMessage. svn path=/trunk/; revision=1600