aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.c
Commit message (Expand)AuthorAgeFilesLines
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-011-1/+0
* fix warningsDan Winship2000-03-291-6/+4
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-281-1/+1
* fix nastiness with mime dispositions ( at least for now )Michael Meeks2000-03-281-4/+5
* 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-11/+16
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-051-4/+4
* stream the raw content instead of nothing if the encoding is notbertrand2000-03-051-0/+1
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-5/+18
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-031-104/+109
* use CamelStreamB64 type for the input stream.bertrand2000-03-031-2/+9
* new utility function.bertrand2000-02-291-7/+2
* revert strange changes.bertrand2000-02-291-1/+2
* Fix a bunch of serious small bugs.NotZed2000-02-291-1/+0
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-4/+50
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-0/+20
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-1/+2
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-161-7/+3
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-82/+115
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-151-1/+16
* If we get a -1 read, DONT update the total bytes, and try and truncate theNotZed2000-02-101-4/+7
* 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
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-171-30/+72
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-3/+8
* 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