aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c17189c6d5..ccc4de365e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
1999-08-26 bertrand <Bertrand.Guiheneuf@aful.org>
+ * camel/camel-mime-part.c (_get_content_object):
+ contruct the content from the buffer before calling
+ CamelMedium implementation.
+ (_construct_from_stream): Do not construct the content
+ by default, just store the content bytes in
+ a temporary buffer. Content will be constructed only
+ at caller request (when calling CamelMedium::get_content_object)
+ Providers with better access to the messages (mbox/MH ...)
+ will have to provider lighter implementation, that is
+ shall not read content at all unless the caller asks
+ for it (again with get_content).
+
* camel/camel-mime-part-utils.c: new file, groups
mime-part related utils. Meant to be used by providers
subclassing MimeMessage.
r> * - Update my email to FreeBSDpawel2011-03-241-1/+1 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * Update to 20100919makc2010-10-022-6/+6 * re-assign back to ports@pgollucci2010-04-051-1/+1 * - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-161-0/+2 * - update to 20090104 versionpgollucci2009-01-275-495/+15 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+1 * - Drop Maintainershipmiwi2007-10-091-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Take maintainershipmiwi2007-03-121-1/+1 * - Upgrade to 20060126;thierry2006-03-285-17/+29