From 9bc3121e2d11f255c514f9378598eba0a92efe73 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 28 Mar 2005 08:52:05 +0000 Subject: Fixed POP3Store::sendPacket() for some servers. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * Added Windows platform handlers. -- cgit