aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-28 10:52:05 +0200
committerVincent Richard <[email protected]>2005-03-28 10:52:05 +0200
commit9bc3121e2d11f255c514f9378598eba0a92efe73 (patch)
tree475cdefb9432249946ddb93dda08b07c897ec008 /ChangeLog
parentFixed SConstruct to include MSVC files in dist. (diff)
downloadvmime-9bc3121e2d11f255c514f9378598eba0a92efe73.tar.gz
vmime-9bc3121e2d11f255c514f9378598eba0a92efe73.zip
Fixed POP3Store::sendPacket() for some servers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04c23f0a..433b08a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
VERSION 0.6.4cvs
================
+2005-03-28 Vincent Richard <[email protected]>
+
+ * messaging/POP3Store.cpp: fixed POP3Store::sendPacket() to send "\r\n"
+ in the same packet as the request. This caused problems with some
+ servers (thanks to Donald Dade).
+
2005-03-27 Stefan Uhrig <[email protected]>
* Added Windows platform handlers.