| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+4 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -48/+34 |
* | flush the filter stream before unreffing it, so it will | Dan Winship | 2000-06-21 | 1 | -1/+3 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 1 | -1/+2 |
* | New filter to do CRLF<->LF conversion. (Currently only tested in the | Dan Winship | 2000-06-13 | 1 | -0/+6 |
* | fix typo/braino (set "Content-Disposition", not "Content-Description") | Dan Winship | 2000-06-06 | 1 | -2/+2 |
* | Fixes Bug 192. | Not Zed | 2000-06-02 | 1 | -1/+3 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -15/+13 |
* | remove get/set_output_stream operations. They're redundant with | Dan Winship | 2000-05-18 | 1 | -1/+1 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -0/+1 |
* | fix a stupid typo. Thank you, C. | Dan Winship | 2000-05-11 | 1 | -1/+0 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -12/+16 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 1 | -2/+34 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -2/+4 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -1/+0 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -4/+4 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -4/+5 |
* | > * providers/mbox/camel-mbox-search.c | Michael Zucci | 2000-05-03 | 1 | -6/+0 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -1/+0 |
* | Dont try and check a NULL header. | NotZed | 2000-04-28 | 1 | -4/+4 |
* | Revert previous change. I was confused. | Dan Winship | 2000-04-28 | 1 | -7/+4 |
* | Only write a newline between the headers and the content object if the | Dan Winship | 2000-04-27 | 1 | -4/+7 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 1 | -0/+10 |
* | sink the content object after referencing it. | Dan Winship | 2000-04-27 | 1 | -67/+37 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -33/+64 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -1/+5 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -277/+57 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -10/+109 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 1 | -352/+186 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 1 | -34/+50 |
* | do better reference counting of streams so they actually go away when they | Dan Winship | 2000-04-19 | 1 | -1/+2 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -73/+1 |
* | remove debugging printf()s that no longer seem useful | Dan Winship | 2000-04-01 | 1 | -1/+0 |
* | fix warnings | Dan Winship | 2000-03-29 | 1 | -6/+4 |
* | Unref the output_stream when done, close doesn't do it. (_append_message): | NotZed | 2000-03-28 | 1 | -1/+1 |
* | fix nastiness with mime dispositions ( at least for now ) | Michael Meeks | 2000-03-28 | 1 | -4/+5 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | plug mem leaks due to bad documentation of | bertrand | 2000-03-09 | 1 | -11/+16 |
* | Tons of fixes to fix things | Bertrand Guiheneuf | 2000-03-05 | 1 | -4/+4 |
* | stream the raw content instead of nothing if the encoding is not | bertrand | 2000-03-05 | 1 | -0/+1 |
* | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 1 | -5/+18 |
* | don't forget to set the state to 0 after 3. (my_read_encode): don't forget | bertrand | 2000-03-03 | 1 | -104/+109 |
* | use CamelStreamB64 type for the input stream. | bertrand | 2000-03-03 | 1 | -2/+9 |
* | new utility function. | bertrand | 2000-02-29 | 1 | -7/+2 |
* | revert strange changes. | bertrand | 2000-02-29 | 1 | -1/+2 |
* | Fix a bunch of serious small bugs. | NotZed | 2000-02-29 | 1 | -1/+0 |
* | A lot of changes in the way the parsing works. I am too lazy | Bertrand Guiheneuf | 2000-02-22 | 1 | -4/+50 |
* | revamped so that it uses the output stream of the data wrapper | bertrand | 2000-02-17 | 1 | -0/+20 |
* | don't seek the begining of the substream. (_eos): fix eos condition | bertrand | 2000-02-17 | 1 | -1/+2 |
* | this routine replaces the _read_part routine and does not store the part | bertrand | 2000-02-16 | 1 | -7/+3 |
* | include gmime-base64.h various compilation and runtime fixes. | bertrand | 2000-02-15 | 1 | -82/+115 |
* | make a blocking version of the header parser. When the fs stream uses | bertrand | 2000-02-15 | 1 | -1/+16 |
* | If we get a -1 read, DONT update the total bytes, and try and truncate the | NotZed | 2000-02-10 | 1 | -4/+7 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | Added streaming capability to CamelDataWrapper. This makes it possible, for | Ettore Perazzoli | 1999-11-17 | 1 | -30/+72 |
* | Here is my initial Evolution work: message composition widget and some | Ettore Perazzoli | 1999-11-06 | 1 | -3/+8 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | changed decl to fit CRLFunc. (_write_recipients_to_stream): calls | bertrand | 1999-09-02 | 1 | -2/+2 |
* | now use CamelRecipientTable | bertrand | 1999-09-01 | 1 | -1/+1 |
* | When using g_free (obj) don't test if obj != NULL g_free () already do | bertrand | 1999-09-01 | 1 | -16/+17 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | text parameter declared const | bertrand | 1999-08-29 | 1 | -4/+11 |
* | contruct the content from the buffer before calling CamelMedium | bertrand | 1999-08-26 | 1 | -6/+38 |
* | new file, groups mime-part related utils. Meant to be used by providers | bertrand | 1999-08-26 | 1 | -65/+6 |
* | now descend from CamelMedium. | bertrand | 1999-08-26 | 1 | -138/+97 |
* | these methods are in CamelMedium now. | bertrand | 1999-08-25 | 1 | -0/+4 |
* | new class. Will handle all sort of information media (Mime mail messages, | bertrand | 1999-08-25 | 1 | -10/+19 |
* | implemented destructors. | bertrand | 1999-08-11 | 1 | -13/+55 |
* | There is a probleme here. We can not allow mime part content-type field | Bertrand Guiheneuf | 1999-08-03 | 1 | -3/+11 |
* | Multipart Mime message parsing works with plain text parts. Woohooo :)))) | bertrand | 1999-08-03 | 1 | -4/+9 |
* | Update logs and sync home/work versions. | Bertrand Guiheneuf | 1999-08-03 | 1 | -1/+0 |
* | sync before going home | Bertrand Guiheneuf | 1999-08-02 | 1 | -1/+3 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -153/+245 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -1/+1 |
* | now use CamelDataWrapper::contruct_form_stream to test message parsing | bertrand | 1999-06-29 | 1 | -0/+37 |
* | new field (content_type) and associated methods. (camel_mime_part_init): | bertrand | 1999-06-28 | 1 | -23/+58 |
* | new class. Simple implementation of a data wrapper: simply keeps the | bertrand | 1999-06-25 | 1 | -2/+2 |
* | moved all the content-type stuff here. (camel_data_wrapper_init): | bertrand | 1999-06-23 | 1 | -37/+7 |
* | new function, returns "type/subtype" mime type string. | bertrand | 1999-06-22 | 1 | -0/+37 |
* | sync | Bertrand Guiheneuf | 1999-06-22 | 1 | -2/+21 |
* | Commit of all Netherlands changes. | Bertrand Guiheneuf | 1999-06-19 | 1 | -20/+32 |
* | More header parsing code. | bertrand | 1999-05-29 | 1 | -5/+59 |
* | sync | Bertrand Guiheneuf | 1999-05-28 | 1 | -3/+48 |
* | new func. Parses message header zone and returns a Glist of all header | bertrand | 1999-05-27 | 1 | -2/+5 |
* | test if content exists before calling its write_to method. | bertrand | 1999-05-20 | 1 | -1/+1 |
* | tests | Bertrand Guiheneuf | 1999-05-19 | 1 | -1/+2 |
* | create recipients hash table (_remove_recipient): (_add_recipient): | Bertrand Guiheneuf | 1999-05-14 | 1 | -1/+8 |
* | disposition is now a full GMimeContentField object. | Bertrand Guiheneuf | 1999-05-13 | 1 | -5/+42 |
* | overload wrapper class method. (_write_to_file): start to write some text | bertrand | 1999-05-12 | 1 | -1/+35 |
* | static functions naming follows gnome coding style guide. | bertrand | 1999-05-12 | 1 | -57/+57 |
* | implemented public interfaces | Bertrand Guiheneuf | 1999-05-11 | 1 | -1/+155 |
* | A bunch of new set/get func. | Bertrand Guiheneuf | 1999-05-11 | 1 | -0/+176 |
* | new method | bertrand | 1999-05-10 | 1 | -0/+18 |
* | new class. models a mime mail part. | bertrand | 1999-05-09 | 1 | -0/+75 |