diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-07 06:35:47 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-07 06:35:47 +0800 |
commit | 1acd03710d50072259f91bae1a9e2395c6bdfac7 (patch) | |
tree | 6b4fd73c9fad9446e0d93ba7c5de5b72089388be /camel/ChangeLog | |
parent | 04576b92e0a2d2c2a8ceb83e78cf80eefff06e53 (diff) | |
download | gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar.gz gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar.bz2 gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar.lz gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar.xz gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar.zst gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.zip |
If the pop3 command status is -1, then we probably have a TCP error (?) so
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.
svn path=/trunk/; revision=16700
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
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. |