aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBUG_BUDDY_0_2nobody1999-11-011-818/+0
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* changed decl to fit CRLFunc. (_write_recipients_to_stream): callsbertrand1999-09-021-2/+2
* now use CamelRecipientTablebertrand1999-09-011-1/+1
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-16/+17
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* text parameter declared constbertrand1999-08-291-4/+11
* contruct the content from the buffer before calling CamelMediumbertrand1999-08-261-6/+38
* new file, groups mime-part related utils. Meant to be used by providersbertrand1999-08-261-65/+6
* now descend from CamelMedium.bertrand1999-08-261-138/+97
* these methods are in CamelMedium now.bertrand1999-08-251-0/+4
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-251-10/+19
* implemented destructors.bertrand1999-08-111-13/+55
* There is a probleme here. We can not allow mime part content-type fieldBertrand Guiheneuf1999-08-031-3/+11
* Multipart Mime message parsing works with plain text parts. Woohooo :))))bertrand1999-08-031-4/+9
* Update logs and sync home/work versions.Bertrand Guiheneuf1999-08-031-1/+0
* sync before going homeBertrand Guiheneuf1999-08-021-1/+3
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-153/+245
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-1/+1
* now use CamelDataWrapper::contruct_form_stream to test message parsingbertrand1999-06-291-0/+37
* new field (content_type) and associated methods. (camel_mime_part_init):bertrand1999-06-281-23/+58
* new class. Simple implementation of a data wrapper: simply keeps thebertrand1999-06-251-2/+2
* moved all the content-type stuff here. (camel_data_wrapper_init):bertrand1999-06-231-37/+7
* new function, returns "type/subtype" mime type string.bertrand1999-06-221-0/+37
* syncBertrand Guiheneuf1999-06-221-2/+21
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-191-20/+32
* More header parsing code.bertrand1999-05-291-5/+59
* syncBertrand Guiheneuf1999-05-281-3/+48
* new func. Parses message header zone and returns a Glist of all headerbertrand1999-05-271-2/+5
* test if content exists before calling its write_to method.bertrand1999-05-201-1/+1
* testsBertrand Guiheneuf1999-05-191-1/+2
* create recipients hash table (_remove_recipient): (_add_recipient):Bertrand Guiheneuf1999-05-141-1/+8
* disposition is now a full GMimeContentField object.Bertrand Guiheneuf1999-05-131-5/+42
* overload wrapper class method. (_write_to_file): start to write some textbertrand1999-05-121-1/+35
* static functions naming follows gnome coding style guide.bertrand1999-05-121-57/+57
* implemented public interfacesBertrand Guiheneuf1999-05-111-1/+155
* A bunch of new set/get func.Bertrand Guiheneuf1999-05-111-0/+176
* new methodbertrand1999-05-101-0/+18
* new class. models a mime mail part.bertrand1999-05-091-0/+75