diff options
| author | Vincent Richard <[email protected]> | 2005-07-15 11:51:55 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-07-15 11:51:55 +0200 |
| commit | b8b096c44ffc63ed1fc4514a6b7f20bb87c1bfb8 (patch) | |
| tree | ed257b2492d4126944ad21fdcffde70264dbaa4b /ChangeLog | |
| parent | Reference counting and smart pointers. (diff) | |
| download | vmime-b8b096c44ffc63ed1fc4514a6b7f20bb87c1bfb8.tar.gz vmime-b8b096c44ffc63ed1fc4514a6b7f20bb87c1bfb8.zip | |
Added getName() to retrieve attachment filename.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
