From b8b096c44ffc63ed1fc4514a6b7f20bb87c1bfb8 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 15 Jul 2005 09:51:55 +0000 Subject: Added getName() to retrieve attachment filename. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * *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 * All files: added reference counting and smart pointers to simplify the -- cgit