summaryrefslogtreecommitdiff
path: root/camel/camel-mime-part.c
Commit message (Expand)AuthorAgeFilesLines
* bump version, libtool numbersEVOLUTION_DATA_SERVER_0_0_92eds_0_0_92JP Rosevear2004-04-191-912/+0
* set the mime-type field on the content the same way asNot Zed2004-03-151-1/+1
* Fix prototype to be consistent.Jeremy Katz2004-01-221-2/+2
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-231-3/+3
* New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-181-45/+9
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-181-67/+69
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-261-69/+67
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-261-3/+3
* Namespaced.Jeffrey Stedfast2003-08-251-64/+66
* ** See bug #47634.Not Zed2003-08-151-2/+1
* Save errno when flushing/unreffing the filter stream.Jeffrey Stedfast2003-08-141-3/+6
* If the content is base64/qp/uu/etc encoded but the part is 7bit/8bit/(orJeffrey Stedfast2003-08-131-0/+2
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-111-116/+128
* Also updated.Jeffrey Stedfast2003-07-301-4/+4
* Revert my previous changes to this function.Jeffrey Stedfast2003-07-231-56/+71
* Add the CamelMimePartEncodingType definition here.Jeffrey Stedfast2003-07-161-71/+56
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-071-5/+7
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-161-1/+1
* remove unused var.Not Zed2003-03-281-9/+2
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-171-1/+1
* Use header_contentid_decode() as this new function should be safer thanEVOLUTION_1_2_3Jeffrey Stedfast2003-03-141-15/+1
* Get rid of the const return - it mismatches the prototype and we don'tJeffrey Stedfast2003-03-061-1/+1
* Same as the ones below.Jeffrey Stedfast2003-02-251-1/+3
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-201-6/+4
* constify the content_type.Not Zed2002-11-081-1/+1
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-10-311-1/+0
* Use the content-object's rawtext flag to decide if it needs to be filteredJeffrey Stedfast2002-10-041-1/+1
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-151-3/+5
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-131-2/+15
* Fixed compiler warnings.Jeffrey Stedfast2002-06-141-1/+1
* If we get multiple Content-Type header values, change subsequent headersNot Zed2002-04-091-2/+7
* Reverted my pgp/mime fixes here too.Jeffrey Stedfast2002-03-011-16/+0
* Don't #include camel-mime-filter-save.h, we don't use it.Jeffrey Stedfast2002-02-281-1/+17
* Changed header formatted table to contain a pointer to an output function,Not Zed2002-02-271-10/+84
* Set the 'name' parameter on the Content-Type too. Fixes bug #20779.Jeffrey Stedfast2002-02-221-0/+6
* For the uudecoding mode, garble up the "begin <mode> <filename>" lineJeffrey Stedfast2001-11-261-13/+33
* Same as below.12001-10-311-0/+10
* Fix this to match get_headers.Dan Winship2001-10-301-5/+0
* Fixing the license text.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-111-1/+4
* If the type is encoded, get the fallback charset from the message42001-09-241-2/+12
* re-read the iconv man page, and treat the return value properly. ItNot Zed2001-08-271-4/+4
* Revert Not Zed's previous commits as they apparently can cause seriousPeter Williams2001-08-241-4/+4
* Likewise.Not Zed2001-08-241-4/+4
* Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-201-20/+21
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Don't try to format the Reply-To header - we don't want to wrap theJeffrey Stedfast2001-06-141-0/+1
* New function to return an array of all headers.Dan Winship2001-05-161-0/+32
* Decode Content-Location, either correctly or Netscape-generated-brokenly.Dan Winship2001-05-111-0/+22