aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Ingebrigtsen2012-12-24 13:14:04 +0100
committerLars Ingebrigtsen2012-12-24 13:14:04 +0100
commite7d52a4de53b86c780c9ee0fbd6239450550756f (patch)
treed1444791462619b2e8933f91650050cf22d0416e /lisp/ChangeLog
parentf9e7c67e4ccdaf160c0506748f776d628a38eeba (diff)
downloademacs-e7d52a4de53b86c780c9ee0fbd6239450550756f.tar.gz
emacs-e7d52a4de53b86c780c9ee0fbd6239450550756f.zip
Make smtpmail forget the password if the server says it's invalid
* mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into its own function. (smtpmail-try-auth-methods): Forget the user name/password if the login is unsuccessful. Fixes: debbugs:12424
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fa5985de74d..1438a230550 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4 its own function.
5 (smtpmail-try-auth-methods): Forget the user name/password if the
6 login is unsuccessful (bug#12424).
7
12012-12-22 Michael Albinus <michael.albinus@gmx.de> 82012-12-22 Michael Albinus <michael.albinus@gmx.de>
2 9
3 * notifications.el (notifications-notify): Protect body with 10 * notifications.el (notifications-notify): Protect body with