aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-message.c
Commit message (Expand)AuthorAgeFilesLines
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-152/+102
* Ref the folder after setting it in the new message.NotZed2000-04-221-33/+60
* kill camel-logDan Winship2000-04-191-65/+15
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-5/+1
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-281-1/+2
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* Fix a bunch of serious small bugs.NotZed2000-02-291-4/+0
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-1/+0
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-2/+4
* set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE ---bertrand2000-02-101-1/+3
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-241-3/+13
* 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
* Make set_* methods in CamelMimeMessage use const strings.Ettore Perazzoli1999-12-091-14/+15
* More work:Ettore Perazzoli1999-11-171-1/+1
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-171-0/+5
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* changed decl to fit CRLFunc. (_write_recipients_to_stream): callsbertrand1999-09-021-6/+8
* now use CamelRecipientTablebertrand1999-09-011-82/+41
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-6/+6
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* now descend from CamelMedium.bertrand1999-08-261-1/+8
* Implemented deletion/expunge mechanism.bertrand1999-08-151-54/+54
* New field (message_list) which will hold a reference on each messagebertrand1999-08-141-12/+52
* new method, returns the list of permanent flags supported by the folder.bertrand1999-08-131-5/+30
* those two func go here now.bertrand1999-08-131-13/+15
* Message creation still consumes a lot ofbertrand1999-08-111-1/+2
* implemented destructors.bertrand1999-08-111-0/+28
* new method. (camel_folder_get_message): corresponding public callbertrand1999-08-061-2/+2
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-139/+121
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-2/+4
* Various patches from Ulrich Drepper <drepper at cygnus.com>bertrand1999-06-251-1/+2
* syncBertrand Guiheneuf1999-06-221-1/+1
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-191-18/+23
* remove leading and trailing spaces in recipient addresses.Bertrand Guiheneuf1999-05-301-1/+1
* rewrite message obtained via parsing into a file. Actually, it worksBertrand Guiheneuf1999-05-281-6/+79
* syncBertrand Guiheneuf1999-05-281-0/+46
* new func. Parses message header zone and returns a Glist of all headerbertrand1999-05-271-21/+3
* recipient list printingBertrand Guiheneuf1999-05-211-4/+33
* syncBertrand Guiheneuf1999-05-211-2/+9
* test if content exists before calling its write_to method.bertrand1999-05-201-16/+18
* syncBertrand Guiheneuf1999-05-201-0/+11
* testsBertrand Guiheneuf1999-05-191-1/+28
* message number funcs.bertrand1999-05-181-1/+1
* syncBertrand Guiheneuf1999-05-171-0/+20
* flags handling methodsbertrand1999-05-151-5/+96
* added recipient handling class funcs.Bertrand Guiheneuf1999-05-141-0/+7
* create recipients hash table (_remove_recipient): (_add_recipient):Bertrand Guiheneuf1999-05-141-1/+89
* a bunch of get/set header field method done. Does nothing yet though.Bertrand Guiheneuf1999-05-141-4/+185
* Mime message ...Bertrand Guiheneuf1999-05-131-0/+78