aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-07-15 11:51:55 +0200
committerVincent Richard <[email protected]>2005-07-15 11:51:55 +0200
commitb8b096c44ffc63ed1fc4514a6b7f20bb87c1bfb8 (patch)
treeed257b2492d4126944ad21fdcffde70264dbaa4b /ChangeLog
parentReference counting and smart pointers. (diff)
downloadvmime-b8b096c44ffc63ed1fc4514a6b7f20bb87c1bfb8.tar.gz
vmime-b8b096c44ffc63ed1fc4514a6b7f20bb87c1bfb8.zip
Added getName() to retrieve attachment filename.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3696c06..b43f7af7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
VERSION 0.7.2cvs
================
+2005-07-15 Vincent Richard <[email protected]>
+
+ * *attachment, messageParser: added a getName() parameter to retrieve
+ the attachment filename either from the "filename" parameter of the
+ "Content-Disposition" field, or from the "name" parameter of the
+ "Content-Type" field (if available).
+
2005-07-13 Vincent Richard <[email protected]>
* All files: added reference counting and smart pointers to simplify the