From 2a912b33018b0389672d9a4f09496b6a57071388 Mon Sep 17 00:00:00 2001 From: bertrand Date: Thu, 26 Aug 1999 09:44:33 +0000 Subject: new file, groups mime-part related utils. Meant to be used by providers 1999-08-26 bertrand * camel/camel-mime-part-utils.c: new file, groups mime-part related utils. Meant to be used by providers subclassing MimeMessage. (camel_mime_part_construct_headers_from_stream): (camel_mime_part_construct_content_from_stream): no more useless temporary hash table. * camel/camel-mime-part.c (_construct_from_stream): calls mime-part-utils functions now. * camel/gmime-utils.c (_store_header_pair_from_string): do not use hash table to store header, use an array instead. * MimePart cleanup. Not complete yet. Content must not be parsed when constructing but only when content object is requested. Default implementation will keep content in a stream. svn path=/trunk/; revision=1144 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a198da2fd5..c17189c6d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1999-08-26 bertrand + + * camel/camel-mime-part-utils.c: new file, groups + mime-part related utils. Meant to be used by providers + subclassing MimeMessage. + (camel_mime_part_construct_headers_from_stream): + (camel_mime_part_construct_content_from_stream): + no more useless temporary hash table. + + * camel/camel-mime-part.c (_construct_from_stream): calls + mime-part-utils functions now. + + * camel/gmime-utils.c (_store_header_pair_from_string): + do not use hash table to store header, use an array instead. + 1999-08-25 bertrand * camel/camel-mime-part.c: now descend from CamelMedium. -- cgit v1.2.3