aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-multipart.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-522/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-3/+7
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-4/+2
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-041-0/+44
* Take an additional argument, "break_lines", saying whether or not to addDan Winship2000-10-311-1/+1
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+2
* Merge with camel-async.Peter Williams2000-08-111-49/+35
* Don't set a default boundary. Require the caller to do that.Dan Winship2000-05-261-4/+25
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-17/+18
* fix a stupid typo. Thank you, C.Dan Winship2000-05-111-1/+1
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-20/+24
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-1/+0
* remove an unused #includeDan Winship2000-04-291-1/+0
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-84/+29
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-34/+34
* No longer call data_wrapper_repository_init.NotZed2000-04-241-160/+1
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-16/+44
* clean, document, etc. (camel_multipart_init): pick a prettier defaultDan Winship2000-04-231-245/+334
* kill camel-logDan Winship2000-04-191-46/+8
* make this return a CamelStream rather than a CamelSeekableSubstream,Dan Winship2000-03-291-2/+2
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-0/+1
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-031-112/+136
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-1/+1
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-0/+9
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-140/+60
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-161-0/+137
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-1/+1
* various typo fixes in the ctree construction.bertrand2000-02-101-1/+4
* 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
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-5/+8
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* return the number of bytes read. How can this have ever worked ?bertrand1999-08-181-5/+8
* implemented destructors.bertrand1999-08-111-3/+41
* There is a probleme here. We can not allow mime part content-type fieldBertrand Guiheneuf1999-08-031-6/+3
* Multipart Mime message parsing works with plain text parts. Woohooo :))))bertrand1999-08-031-8/+16
* Update logs and sync home/work versions.Bertrand Guiheneuf1999-08-031-24/+1
* sync before going homeBertrand Guiheneuf1999-08-021-15/+25
* do not return NULL when line is empty.Bertrand Guiheneuf1999-08-021-7/+6
* Adding missing filesBertrand Guiheneuf1999-08-011-0/+467