aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-23 09:19:23 +0100
committerVincent Richard <[email protected]>2005-03-23 09:19:23 +0100
commit29cc768d1a9c10768642992fd3ace1284688ffc0 (patch)
treef66449e64e7d05bd72634c41efd524e61feddf69 /ChangeLog
parentUpdated VMime website URL. (diff)
downloadvmime-29cc768d1a9c10768642992fd3ace1284688ffc0.tar.gz
vmime-29cc768d1a9c10768642992fd3ace1284688ffc0.zip
Fixed multiple bugs in POP3 protocol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fcdf1a7..90d86856 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
VERSION 0.6.4cvs
================
+2005-03-23 Vincent Richard <[email protected]>
+
+ * messaging/POP3*: fixed incorrect message size. Fixed a bug in
+ deleteMessages() when 'to == -1' and last message not being
+ deleted (thanks to Stefan Uhrig).
+
2005-03-17 Vincent Richard <[email protected]>
* base.{cpp|hpp}: renamed 'MIME_VERSION' to 'SUPPORTED_MIME_VERSION'.