aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-05-27 21:43:20 +0200
committerVincent Richard <[email protected]>2005-05-27 21:43:20 +0200
commit9479afa20688778dbd4d04834dcca4ee18793cd6 (patch)
treec62fae8b8e20304d958cfea798bb3cefa19f3eb2 /ChangeLog
parentFree memory for args. (diff)
downloadvmime-9479afa20688778dbd4d04834dcca4ee18793cd6.tar.gz
vmime-9479afa20688778dbd4d04834dcca4ee18793cd6.zip
Added 'peek' parameter to extract() and extractPart().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 122d7c2a..294050e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
VERSION 0.7.1cvs
================
+2005-05-27 Vincent Richard <[email protected]>
+
+ * messaging/*/*Message.{hpp|cpp}: added a 'peek' parameter to extract
+ message contents without marking the message as seen.
+
2005-05-19 Vincent Richard <[email protected]>
* messaging/imap/IMAPFolder.cpp: fixed bug in subfolders enumeration.