aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-tohtml.c
Commit message (Expand)AuthorAgeFilesLines
* fix header include order.Not Zed2003-01-131-1/+1
* Read the characters as utf8, rather than as 8 bit bytes. Remove theNot Zed2003-01-131-17/+21
* New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-171-0/+22
* #include some headers we had forgotten to add previously, also addedJeffrey Stedfast2002-12-161-1/+1
* Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-111-89/+37
* applied plain_signature_fix.patchRadek Doulik2002-11-201-1/+1
* Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-111-328/+253
* Match file: urls too.Jeffrey Stedfast2002-08-291-1/+2
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inJeffrey Stedfast2002-08-011-25/+37
* New mime filter to convert plain text to html.Jeffrey Stedfast2001-11-171-0/+520