diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-13 03:07:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-13 03:07:54 +0800 |
commit | cee85091a8782ef3921c1e1e775d9dcf99e0ce9e (patch) | |
tree | c8098d13d2f8a6fe8e563542dbc8fd01538690bf /camel/camel-mime-part.h | |
parent | bd3559cdf211fbc4ba3a87e3a8a3237bc0be5e1c (diff) | |
download | gsoc2013-evolution-cee85091a8782ef3921c1e1e775d9dcf99e0ce9e.tar gsoc2013-evolution-cee85091a8782ef3921c1e1e775d9dcf99e0ce9e.tar.gz gsoc2013-evolution-cee85091a8782ef3921c1e1e775d9dcf99e0ce9e.tar.bz2 gsoc2013-evolution-cee85091a8782ef3921c1e1e775d9dcf99e0ce9e.tar.lz gsoc2013-evolution-cee85091a8782ef3921c1e1e775d9dcf99e0ce9e.tar.xz gsoc2013-evolution-cee85091a8782ef3921c1e1e775d9dcf99e0ce9e.tar.zst gsoc2013-evolution-cee85091a8782ef3921c1e1e775d9dcf99e0ce9e.zip |
disposition is now a full GMimeContentField object.
* 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
Diffstat (limited to 'camel/camel-mime-part.h')
-rw-r--r-- | camel/camel-mime-part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index 8f067fd403..0e6f1a0b4d 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -49,7 +49,7 @@ typedef struct GHashTable *headers; GString *description; - GString *disposition; + GMimeContentField *disposition; GString *content_id; GString *content_MD5; GList *content_languages; |