diff options
author | 9 <NotZed@Ximian.com> | 2001-11-10 05:48:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-11-10 05:48:42 +0800 |
commit | 7f1c4d58ea508131328d7646250688460c1acffa (patch) | |
tree | 43d1a8eb153f7ce0a7786420cba2cb18d30b559c /camel/ChangeLog | |
parent | d437e7873dcc8c7a2f2eb4fd4597f419252ff26a (diff) | |
download | gsoc2013-evolution-7f1c4d58ea508131328d7646250688460c1acffa.tar.gz gsoc2013-evolution-7f1c4d58ea508131328d7646250688460c1acffa.tar.zst gsoc2013-evolution-7f1c4d58ea508131328d7646250688460c1acffa.zip |
If we get a user cancel and that causes us to fail to authenticate, abort
2001-11-09 <NotZed@Ximian.com>
* providers/imap/camel-imap-store.c (imap_auth_loop): If we get a
user cancel and that causes us to fail to authenticate, abort
rather than loop forever. Fix for #14951.
svn path=/trunk/; revision=14648
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0d5a91551c..1e5a8d7f7b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-11-09 <NotZed@Ximian.com> + + * providers/imap/camel-imap-store.c (imap_auth_loop): If we get a + user cancel and that causes us to fail to authenticate, abort + rather than loop forever. Fix for #14951. + 2001-11-06 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-command.c |