prompts work for AUTH PLAIN.
+2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
+
+ * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
+ prompts work for AUTH PLAIN. Also reported by Steve Allan
+ <seallan@verizon.net>.
+
2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
* frame.el (set-frame-parameter): Add doc string.
(concat "\0"
(smtpmail-cred-user cred)
"\0"
- (smtpmail-cred-passwd cred))))
+ passwd)))
(if (or (null (car (setq ret (smtpmail-read-response process))))
(not (integerp (car ret)))
(not (equal (car ret) 235)))