diff lisp/mail/smtpmail.el @ 67347:66e6a179905b

* mail/smtpmail.el (smtpmail-try-auth-methods): Make password prompts work for AUTH PLAIN.
author Simon Josefsson <jas@extundo.com>
date Tue, 06 Dec 2005 12:54:59 +0000
parents f455a937815f
children 02c3cfe8d00b
line wrap: on
line diff
--- a/lisp/mail/smtpmail.el	Tue Dec 06 12:43:47 2005 +0000
+++ b/lisp/mail/smtpmail.el	Tue Dec 06 12:54:59 2005 +0000
@@ -569,7 +569,7 @@
 					(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)))