aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-22 08:29:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-22 08:29:24 +0000
commit3a80457f96c30ce7f6d1714fdbea6370b02bd00d (patch)
tree7132cf6cc3f8888a1c1428b28d4dc4a7acd58298 /ChangeLog
parent69b227b2dd137aa2d16d47c19ac5699e304e6ff0 (diff)
prefer CRAM-MD5 if authentication type is automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@231 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e6ebd42..09999bb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-04-22
+ * src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
+ automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
+
+2005-04-22
+
* src/folderview.c: folderview_selection_changed(): flush widget to
reflect selection change before showing summary.