aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-11-10 02:52:06 +0800
committerDan Winship <danw@src.gnome.org>2000-11-10 02:52:06 +0800
commit9a3020083a266872cdf4ef62dc3cfc805db06c92 (patch)
tree17eeadbfca9e656b64bbc8d9295658fc7d94d4e1 /camel/ChangeLog
parent3e25d34d3b0fc6d1cb7463ebaf88cdeb9bbc8035 (diff)
downloadgsoc2013-evolution-9a3020083a266872cdf4ef62dc3cfc805db06c92.tar
gsoc2013-evolution-9a3020083a266872cdf4ef62dc3cfc805db06c92.tar.gz
gsoc2013-evolution-9a3020083a266872cdf4ef62dc3cfc805db06c92.tar.bz2
gsoc2013-evolution-9a3020083a266872cdf4ef62dc3cfc805db06c92.tar.lz
gsoc2013-evolution-9a3020083a266872cdf4ef62dc3cfc805db06c92.tar.xz
gsoc2013-evolution-9a3020083a266872cdf4ef62dc3cfc805db06c92.tar.zst
gsoc2013-evolution-9a3020083a266872cdf4ef62dc3cfc805db06c92.zip
Fix error handling. (Only send a "*" to bail out of authentication if the
* providers/imap/camel-imap-auth.c (imap_try_kerberos_v4_auth): Fix error handling. (Only send a "*" to bail out of authentication if the server hasn't already bailed on us.) svn path=/trunk/; revision=6520
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e489b8938d..7fc82ec4ef 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-09 Dan Winship <danw@helixcode.com>
+
+ * providers/imap/camel-imap-auth.c (imap_try_kerberos_v4_auth):
+ Fix error handling. (Only send a "*" to bail out of authentication
+ if the server hasn't already bailed on us.)
+
2000-11-08 Radek Doulik <rodo@helixcode.com>
* camel-mime-utils.c (mime_guess_type_from_file_name): new