]> git.eshelyaron.com Git - emacs.git/commitdiff
(smtpmail-auth-supported): Prefer PLAIN over LOGIN.
authorSimon Josefsson <jas@extundo.com>
Sun, 17 Jul 2005 07:44:34 +0000 (07:44 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 17 Jul 2005 07:44:34 +0000 (07:44 +0000)
lisp/ChangeLog
lisp/mail/smtpmail.el

index 31a034e54e9d7c3d51fc0cfb20265464bad415a4..a4a80901e5475f9e224fd49a8c7b10c48247843b 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-17  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over
+       LOGIN.
+
 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
 
        * lisp/mail/smtpmail.el (smtpmail-auth-supported): Added the
index 480062286e0795113ec6fdb12e54f2643f1cb141..55a4d060fad6b96058f0cbb2c1ce70c60ae76470 100644 (file)
@@ -207,7 +207,7 @@ This is relative to `smtpmail-queue-dir'.")
 (defvar smtpmail-queue-index (concat smtpmail-queue-dir
                                     smtpmail-queue-index-file))
 
-(defconst smtpmail-auth-supported '(cram-md5 login plain)
+(defconst smtpmail-auth-supported '(cram-md5 plain login)
   "List of supported SMTP AUTH mechanisms.")
 
 ;;;