aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-charset.c
Commit message (Expand)AuthorAgeFilesLines
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-111-9/+7
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Remove the stupid warning that should never have been there in the first52001-10-261-4/+4
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-121-5/+4
* Change to camel_charset_iconv_open/close.22001-10-031-2/+2
* renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-201-2/+2
* Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-201-6/+11
* New function to extract a meta-tag charset value if it exists.Jeffrey Stedfast2001-07-121-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* re-constify inbuf, to remove a warning.Not Zed2001-03-141-2/+2
* Changed this code to match the glibc iconv signature.Christopher James Lahey2001-02-151-2/+2
* Rewrote using unicode_get_utf8(). (camel_ustrcasecmp): Use unicode_char_tJeffrey Stedfast2001-02-071-2/+2
* Made these pass char ** as the second parameter to iconv.Christopher James Lahey2001-02-071-2/+2
* Use iconv instead of unicode_iconv.Dan Winship2000-11-301-14/+14
* Add tests.Not Zed2000-11-241-2/+2
* Keep track of the caller bestenc flags that make sense.Not Zed2000-11-081-0/+13
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-041-2/+0
* Initialize the outbuf to be empty before calling unicode_iconv on it.Ettore Perazzoli2000-10-191-0/+3
* Fixed some warnings.Christopher James Lahey2000-08-111-2/+4
* Merge with camel-async.Peter Williams2000-08-111-32/+16
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-0/+243