| Commit message (Expand) | Author | Age | Files | Lines |
* | New function to replace the one from camel-mime-part.c | Jeffrey Stedfast | 2003-09-19 | 1 | -4/+4 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 1 | -8/+8 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 1 | -8/+8 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 1 | -8/+8 |
* | Don't poke wrapper->stream directly, use | Jeffrey Stedfast | 2003-08-22 | 1 | -15/+3 |
* | ** See bug #47634. | Not Zed | 2003-08-16 | 1 | -0/+1 |
* | New test suite for the mime parser (which is where the below 2 fixes were | Jeffrey Stedfast | 2003-08-12 | 1 | -12/+95 |
* | Also updated. | Jeffrey Stedfast | 2003-07-31 | 1 | -3/+3 |
* | Revert my previous changes to this function. | Jeffrey Stedfast | 2003-07-24 | 1 | -31/+5 |
* | Add the CamelMimePartEncodingType definition here. | Jeffrey Stedfast | 2003-07-17 | 1 | -23/+51 |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 1 | -7/+3 |
* | Partial fix for bug #44457. | Jeffrey Stedfast | 2003-06-12 | 1 | -1/+1 |
* | Initialize our private mutex. (camel_data_wrapper_finalize): Destroy our | Jeffrey Stedfast | 2001-11-03 | 1 | -9/+27 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Virtualize this. | Dan Winship | 2001-09-19 | 1 | -2/+9 |
* | re-read the iconv man page, and treat the return value properly. It | Not Zed | 2001-08-27 | 1 | -0/+1 |
* | Revert Not Zed's previous commits as they apparently can cause serious | Peter Williams | 2001-08-25 | 1 | -1/+0 |
* | Likewise. | Not Zed | 2001-08-24 | 1 | -0/+1 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -2/+6 |
* | Delayed loading of IMAP message parts. | Dan Winship | 2001-01-17 | 1 | -1/+17 |
* | New function to return just foo/bar with no parameters. | Dan Winship | 2001-01-03 | 1 | -1/+1 |
* | Remove this. It was only a thin wrapper around struct _header_content_type | Dan Winship | 2000-12-29 | 1 | -14/+18 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -42/+24 |
* | Fun with purify. | Dan Winship | 2000-06-02 | 1 | -0/+3 |
* | Removed camel-simple-data-wrapper again. Less code to maintain == better | NotZed | 2000-05-26 | 1 | -1/+6 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -22/+23 |
* | remove get/set_output_stream operations. They're redundant with | Dan Winship | 2000-05-18 | 1 | -105/+9 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -13/+14 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -7/+5 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -32/+35 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -100/+18 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -1/+27 |
* | do better reference counting of streams so they actually go away when they | Dan Winship | 2000-04-19 | 1 | -2/+6 |
* | added 2nd arg to g_return_val_if_fail so this builds | Seth Alves | 2000-04-19 | 1 | -2/+2 |
* | Clean, polish, document. Most of the gtk-doc comments added to | Dan Winship | 2000-04-19 | 1 | -187/+225 |
* | fix nastiness with mime dispositions ( at least for now ) | Michael Meeks | 2000-03-28 | 1 | -1/+1 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | stream the raw content instead of nothing if the encoding is not | bertrand | 2000-03-05 | 1 | -0/+2 |
* | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 1 | -1/+15 |
* | don't forget to set the state to 0 after 3. (my_read_encode): don't forget | bertrand | 2000-03-03 | 1 | -1/+4 |
* | fix implementation so that it writes properly to the output stream even. | bertrand | 2000-03-02 | 1 | -2/+4 |
* | new utility function. | bertrand | 2000-02-29 | 1 | -40/+58 |
* | revamped so that it uses the output stream of the data wrapper | bertrand | 2000-02-17 | 1 | -0/+10 |
* | include gmime-base64.h various compilation and runtime fixes. | bertrand | 2000-02-15 | 1 | -1/+40 |
* | set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE --- | bertrand | 2000-02-10 | 1 | -11/+11 |
* | The CamelDataWrapper can now be provided with input and output streams, so | bertrand | 2000-01-25 | 1 | -0/+47 |
* | 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 | -0/+13 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | name parameter is const. This fixes a bug in destroy () | bertrand | 1999-08-21 | 1 | -1/+1 |
* | implemented destructors. | bertrand | 1999-08-11 | 1 | -1/+19 |
* | updated some autogen doc stuff. Still don't understand warnings :( | bertrand | 1999-08-07 | 1 | -2/+2 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -4/+47 |
* | sync before going home | Bertrand Guiheneuf | 1999-07-15 | 1 | -7/+7 |
* | 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 | -4/+4 |
* | new field (content_type) and associated methods. (camel_mime_part_init): | bertrand | 1999-06-28 | 1 | -14/+14 |
* | moved all the content-type stuff here. (camel_data_wrapper_init): | bertrand | 1999-06-23 | 1 | -5/+44 |
* | another nederlands sync | Bertrand Guiheneuf | 1999-06-15 | 1 | -56/+18 |
* | static functions naming follows gnome coding style guide. | bertrand | 1999-05-12 | 1 | -13/+13 |
* | method to stream data content in a buffer. | bertrand | 1999-05-09 | 1 | -1/+103 |
* | sync - Started work on messages classes. | Bertrand Guiheneuf | 1999-05-08 | 1 | -0/+72 |