aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-content-field.c
Commit message (Collapse)AuthorAgeFilesLines
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-191-9/+19
| | | | | | | | All mime stuff uses streams now, and it still works. Bertrand svn path=/trunk/; revision=981
* test if content exists before calling its write_to method.bertrand1999-05-201-1/+1
| | | | | | | | | | | | | 1999-05-19 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.c (_write_to_file): test if content exists before calling its write_to method. * camel/camel-mime-message.c (_write_to_file): bugs fix. First test of mime_message framework. svn path=/trunk/; revision=934
* disposition is now a full GMimeContentField object.Bertrand Guiheneuf1999-05-131-0/+91
* camel/camel-mime-part.h (struct ): disposition is now a full GMimeContentField object. * camel/gmime-content-field.c: new file handle "type/subtype ;parameter=value ; parameter=value ..." BNF grammar elements (gmime_content_field_write_to_file): new func * camel/gmime-utils.c (gmime_write_header_pair_to_file): namespace change Some work on mime stuff. Mime part can save itself into a file. This stuff is boring. svn path=/trunk/; revision=921