aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-tohtml.h
Commit message (Collapse)AuthorAgeFilesLines
* New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-171-0/+6
| | | | | | | | | | 2002-12-16 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-tohtml.c (camel_text_to_html): New convenience function to replace calls to e_text_to_html() in the mailer/composer etc. svn path=/trunk/; revision=19128
* Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-111-1/+1
| | | | | | | | | 2002-12-10 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-tohtml.c (html_convert): Use camel-url-scanner instead of regex. svn path=/trunk/; revision=19087
* applied plain_signature_fix.patchRadek Doulik2002-11-201-0/+1
| | | | svn path=/trunk/; revision=18841
* Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-111-4/+4
| | | | | | | | | | 2002-11-11 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-tohtml.c (html_convert): Rewritten. Much much much cleaner implementation now, though uses malloc/free more often than I'd like. svn path=/trunk/; revision=18691
* New mime filter to convert plain text to html.Jeffrey Stedfast2001-11-171-0/+75
2001-11-16 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-tohtml.c (camel_mime_filter_tohtml_new): New mime filter to convert plain text to html. svn path=/trunk/; revision=14737