aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-tohtml.c
Commit message (Expand)AuthorAgeFilesLines
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-121-1/+1
* Fix for #46168 'some additional locale aliases required for chineseSuresh Chandrasekharan2003-07-291-0/+8
* Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-181-4/+7
* filter data test cases.Not Zed2003-04-101-14/+18
* Same as the ones below.Jeffrey Stedfast2003-02-261-1/+1
* 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