aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-data-wrapper.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'before-pyidl'.before-pyidlnobody1999-06-261-175/+0
| | | | svn path=/tags/before-pyidl/; revision=1000
* moved all the content-type stuff here. (camel_data_wrapper_init):bertrand1999-06-231-5/+44
| | | | | | | | | | | | | | | | 1999-06-22 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-data-wrapper.c (_get_content_type): moved all the content-type stuff here. (camel_data_wrapper_init): initialize the instance content-type field. * camel/camel-mime-part.c (_parse_header_pair): parse Content-Type stuff in header. (_write_to_stream): write the content type stuff to the stream. svn path=/trunk/; revision=985
* another nederlands syncBertrand Guiheneuf1999-06-151-56/+18
| | | | svn path=/trunk/; revision=979
* static functions naming follows gnome coding style guide.bertrand1999-05-121-13/+13
| | | | | | | | | | | | | | 1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-store.c: * camel/camel-service.c: * camel/camel-folder.c: * camel/camel-data-wrapper.c: * camel/camel-mime-part.c: static functions naming follows gnome coding style guide. svn path=/trunk/; revision=902
* method to stream data content in a buffer.bertrand1999-05-091-1/+103
| | | | | | | | | | | | | | | | | | | 1999-05-08 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-data-wrapper.c (camel_data_wrapper_write_to_buffer): method to stream data content in a buffer. (camel_data_wrapper_write_to_file): (camel_data_wrapper_construct_from_buffer): (camel_data_wrapper_construct_from_file): new methods. Basic data_wrapper interface. Will have to add MIME content type and bonobo object creation from content type. Bertrand. svn path=/trunk/; revision=893
* sync - Started work on messages classes.Bertrand Guiheneuf1999-05-081-0/+72
Bertrand. svn path=/trunk/; revision=892