aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-10 06:00:53 +0800
committerDan Winship <danw@src.gnome.org>2000-06-10 06:00:53 +0800
commit2aefadf282648010e9403e4a7f643fe78dc6df53 (patch)
tree9bb5f4816da0d70674ae4e27cf0f131f9c94b466 /camel/ChangeLog
parentcd84bd758091a39792e13c46804b496ce34fd940 (diff)
downloadgsoc2013-evolution-2aefadf282648010e9403e4a7f643fe78dc6df53.tar
gsoc2013-evolution-2aefadf282648010e9403e4a7f643fe78dc6df53.tar.gz
gsoc2013-evolution-2aefadf282648010e9403e4a7f643fe78dc6df53.tar.bz2
gsoc2013-evolution-2aefadf282648010e9403e4a7f643fe78dc6df53.tar.lz
gsoc2013-evolution-2aefadf282648010e9403e4a7f643fe78dc6df53.tar.xz
gsoc2013-evolution-2aefadf282648010e9403e4a7f643fe78dc6df53.tar.zst
gsoc2013-evolution-2aefadf282648010e9403e4a7f643fe78dc6df53.zip
Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or
* camel-session.c (camel_session_query_authenticator): Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or CAMEL_AUTHENTICATOR_TELL, so callers can get the app to un-cache bad info. * providers/pop3/camel-pop3-store.c (pop3_connect): uncache the password if it doesn't work. svn path=/trunk/; revision=3496
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ed689724e2..6ddf78ef27 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2000-06-09 Dan Winship <danw@helixcode.com>
+
+ * camel-session.c (camel_session_query_authenticator): Add another
+ argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or
+ CAMEL_AUTHENTICATOR_TELL, so callers can get the app to un-cache
+ bad info.
+
+ * providers/pop3/camel-pop3-store.c (pop3_connect): uncache the
+ password if it doesn't work.
+
2000-06-09 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-stream.c (stream_read): Updated to reflect changes