aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <fejj@ximian.com>
+ * 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.