aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-data-wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-294/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-2/+6
* Delayed loading of IMAP message parts.Dan Winship2001-01-171-1/+17
* New function to return just foo/bar with no parameters.Dan Winship2001-01-031-1/+1
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-14/+18
* Merge with camel-async.Peter Williams2000-08-111-42/+24
* Fun with purify.Dan Winship2000-06-021-0/+3
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-261-1/+6
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-22/+23
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-105/+9
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-13/+14
* Make camel not leak like a sieve.Dan Winship2000-05-081-7/+5
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-32/+35
* No longer call data_wrapper_repository_init.NotZed2000-04-241-100/+18
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-1/+27
* do better reference counting of streams so they actually go away when theyDan Winship2000-04-191-2/+6
* added 2nd arg to g_return_val_if_fail so this buildsSeth Alves2000-04-191-2/+2
* Clean, polish, document. Most of the gtk-doc comments added toDan Winship2000-04-191-187/+225
* fix nastiness with mime dispositions ( at least for now )Michael Meeks2000-03-281-1/+1
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* stream the raw content instead of nothing if the encoding is notbertrand2000-03-051-0/+2
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-1/+15
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-031-1/+4
* fix implementation so that it writes properly to the output stream even.bertrand2000-03-021-2/+4
* new utility function.bertrand2000-02-291-40/+58
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-0/+10
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-1/+40
* set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE ---bertrand2000-02-101-11/+11
* The CamelDataWrapper can now be provided with input and output streams, sobertrand2000-01-251-0/+47
* 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-0/+13
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* name parameter is const. This fixes a bug in destroy ()bertrand1999-08-211-1/+1
* implemented destructors.bertrand1999-08-111-1/+19
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-2/+2
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-4/+47
* sync before going homeBertrand Guiheneuf1999-07-151-7/+7
* 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-4/+4
* new field (content_type) and associated methods. (camel_mime_part_init):bertrand1999-06-281-14/+14
* moved all the content-type stuff here. (camel_data_wrapper_init):bertrand1999-06-231-5/+44
* another nederlands syncBertrand Guiheneuf1999-06-151-56/+18
* static functions naming follows gnome coding style guide.bertrand1999-05-121-13/+13
* method to stream data content in a buffer.bertrand1999-05-091-1/+103
* sync - Started work on messages classes.Bertrand Guiheneuf1999-05-081-0/+72