aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-content-field.c
Commit message (Expand)AuthorAgeFilesLines
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-2/+1
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-1/+2
* Ref the folder after setting it in the new message.NotZed2000-04-221-14/+7
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-173/+55
* kill camel-logDan Winship2000-04-191-27/+5
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-011-1/+0
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-281-0/+2
* fix nastiness with mime dispositions ( at least for now )Michael Meeks2000-03-281-2/+3
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* plug mem leaks due to bad documentation ofbertrand2000-03-091-1/+1
* Removed a bizarre comparison construct for converting case.NotZed2000-02-101-2/+2
* various typo fixes in the ctree construction.bertrand2000-02-101-9/+21
* 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-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* now use CamelRecipientTablebertrand1999-09-011-1/+4
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-10/+5
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* text parameter declared constbertrand1999-08-291-1/+1
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-251-2/+3
* return the number of bytes read. How can this have ever worked ?bertrand1999-08-181-1/+3
* implemented destructors.bertrand1999-08-111-19/+62
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-4/+2
* There is a probleme here. We can not allow mime part content-type fieldBertrand Guiheneuf1999-08-031-1/+2
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-45/+124
* sync before going homeBertrand Guiheneuf1999-07-151-24/+60
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-3/+1
* moved all the content-type stuff here. (camel_data_wrapper_init):bertrand1999-06-231-9/+21
* new function, returns "type/subtype" mime type string.bertrand1999-06-221-22/+59
* syncBertrand Guiheneuf1999-06-221-1/+62
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-191-9/+19
* test if content exists before calling its write_to method.bertrand1999-05-201-1/+1
* disposition is now a full GMimeContentField object.Bertrand Guiheneuf1999-05-131-0/+91