aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-06-22 22:19:24 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-06-22 22:19:24 +0800
commit5deed2f193e7ab91f159f1a764b78578861044cd (patch)
tree78830536944b4a030673a5cb43339aaef65e1112 /ChangeLog
parent4f689d0fb8e33e91fec8b8e0471d48f1e6993622 (diff)
downloadgsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar.gz
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar.bz2
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar.lz
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar.xz
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.tar.zst
gsoc2013-evolution-5deed2f193e7ab91f159f1a764b78578861044cd.zip
new function, returns "type/subtype" mime type string.
* camel/gmime-content-field.c (gmime_content_field_get_mime_type): new function, returns "type/subtype" mime type string. (gmime_content_field_construct_from_string): new function, construbt a content_field object form a string. be used to set the mime_type from a string. * camel/camel-mime-part.c (_set_content_type): (camel_mime_part_set_content_type): (_get_content_type): (_get_content_type): new methods. 1999-06-21 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/gmime-utils.c (get_header_table_from_stream): replace CR/LF+'\t' with ' ' * camel/camel-mime-message.c (_set_recipient_list_from_string): trim \t when splitting * camel/gmime-utils.c (get_header_table_from_file): corrected bug in scanning tabulations ('t' -> '\t') * tests/test2.c (main): read mail.test instead of mail1.test * camel/camel-mime-part.c (_add_header): added comments svn path=/trunk/; revision=984
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bbfb884b4..7d5bb1e32a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-1999-06-21 root <guiheneu@linoleum.inria.fr>
+1999-06-22 root <guiheneu@jean.joudboeuf.fr>
+
+ * camel/gmime-content-field.c (gmime_content_field_get_mime_type):
+ new function, returns "type/subtype" mime type string.
+ (gmime_content_field_construct_from_string):
+ new function, construbt a content_field object
+ form a string. be used to set the mime_type from a
+ string.
+
+ * camel/camel-mime-part.c (_set_content_type):
+ (camel_mime_part_set_content_type):
+ (_get_content_type):
+ (_get_content_type):
+ new methods.
+
+1999-06-21 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/gmime-utils.c (get_header_table_from_stream):
replace CR/LF+'\t' with ' '