From 1acd03710d50072259f91bae1a9e2395c6bdfac7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 6 May 2002 22:35:47 +0000 Subject: If the pop3 command status is -1, then we probably have a TCP error (?) so 2002-05-06 Jeffrey Stedfast * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): If the pop3 command status is -1, then we probably have a TCP error (?) so set a SYSTEM exception so our caller can distinguish between a "bad password" and a "tcp error". (pop3_connect): Only uncache the password on "bad password" errors. svn path=/trunk/; revision=16700 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index a5192f8110..2e85fa9be6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2002-05-06 Jeffrey Stedfast + * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): If + the pop3 command status is -1, then we probably have a TCP error + (?) so set a SYSTEM exception so our caller can distinguish + between a "bad password" and a "tcp error". + (pop3_connect): Only uncache the password on "bad password" + errors. + * camel-pgp-mime.c (pgp_mime_part_sign_prepare_part): Use CamelMimeFilterBestenc to get a more appropriate encoding rather than just blindling assigning QP. -- cgit v1.2.3