aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part-utils.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-247/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+4
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-1/+0
* Add tests.Not Zed2000-11-241-1/+3
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-1/+2
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-041-0/+4
* More UTF-8 handlingLauris Kaplinski2000-08-251-4/+4
* Fixed some warnings.Christopher James Lahey2000-08-111-6/+9
* Merge with camel-async.Peter Williams2000-08-111-10/+10
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-3/+19
* KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, outputDan Winship2000-06-171-4/+4
* Fixes Bug 192.Not Zed2000-06-021-1/+0
* Don't set a default boundary. Require the caller to do that.Dan Winship2000-05-261-1/+2
* Replace simple data wrapper here too, oops.NotZed2000-05-261-1/+1
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-4/+4
* Make camel not leak like a sieve.Dan Winship2000-05-081-0/+5
* And same here ...NotZed2000-05-051-1/+0
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-4/+4
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-4/+5
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-3/+2
* Dont use autofill on these fucking long function anmes!!!!!!22000-05-031-5/+3
* camel_mime_parser_tell() returns an offset from where it started parsing,Dan Winship2000-04-291-12/+21
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-3/+2
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-7/+3
* fix a cut-and-pasto.Dan Winship2000-04-251-1/+1
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-241-3/+5
* No longer call data_wrapper_repository_init.NotZed2000-04-241-117/+162
* kill camel-logDan Winship2000-04-191-25/+0
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* Make sure we open with create with a creation mask.NotZed2000-03-041-2/+0
* Free the data in the headers hash table. (_add_header): g_strdup theDan Winship2000-02-241-4/+5
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-0/+1
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-161-4/+20
* If we get a -1 read, DONT update the total bytes, and try and truncate theNotZed2000-02-101-8/+11
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* text parameter declared constbertrand1999-08-291-10/+13
* contruct the content from the buffer before calling CamelMediumbertrand1999-08-261-0/+31
* new file, groups mime-part related utils. Meant to be used by providersbertrand1999-08-261-0/+134