emacs/lisp/mail
Robert Pluim 2385bf3397 Treat smtp-auth method from auth-info as a symbol
The lookup of the SMTP auth method is done based on symbols, but
sometimes the requested value comes from `auth-info', in which case it
is a string, so call `intern-soft' to convert it to a symbol (which
does nothing if it's already a symbol).

* lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call
`intern-soft' on the smtp-auth key's value.  (Bug#57373)
2022-08-25 15:22:39 +02:00
..
binhex.el * lisp/mail/binhex.el: Improve commentary. 2022-08-02 12:15:35 +02:00
blessmail.el
emacsbug.el Tweak emacs-bug--system-description 2022-08-21 17:14:54 +02:00
feedmail.el ; Delete LCD Archive entries 2022-07-28 15:07:34 +02:00
flow-fill.el
footnote.el Prefer defvar-keymap in footnote.el 2022-08-03 01:15:59 +02:00
hashcash.el Compress hashcash headers by default 2022-07-14 16:19:52 +02:00
ietf-drums-date.el Further doc string quoting fixes 2022-04-22 17:16:42 +02:00
ietf-drums.el Clarify mail-header address parsing doc strings 2022-07-30 13:40:59 +02:00
mail-extr.el Remove some ineffectual calls to purecopy 2022-07-10 19:42:25 +02:00
mail-hist.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
mail-parse.el Clarify mail-header address parsing doc strings 2022-07-30 13:40:59 +02:00
mail-prsvr.el
mail-utils.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
mailabbrev.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
mailalias.el Prefer :risky defcustom keyword 2022-07-11 11:30:00 +02:00
mailclient.el
mailheader.el
mspools.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
qp.el
reporter.el
rfc822.el
rfc2045.el
rfc2047.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
rfc2231.el
rfc6068.el
rmail-spam-filter.el
rmail.el Delete fast-lock.el and lazy-lock.el 2022-07-28 15:32:42 +02:00
rmailedit.el Prefer defvar-keymap in mail/*.el 2022-08-04 23:35:46 +02:00
rmailkwd.el
rmailmm.el Fix some no-X build warnings 2022-08-22 19:22:33 +02:00
rmailmsc.el
rmailout.el
rmailsort.el
rmailsum.el Make an rmail compat alias obsolete 2022-08-06 13:01:13 +02:00
sendmail.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
smtpmail.el Treat smtp-auth method from auth-info as a symbol 2022-08-25 15:22:39 +02:00
supercite.el Prefer defvar-keymap in mail/*.el 2022-08-04 23:35:46 +02:00
undigest.el Don't create unused file rmail-loaddefs.el 2022-07-11 14:03:25 +02:00
unrmail.el ; Fix typos. 2022-07-02 13:32:41 +02:00
uudecode.el
yenc.el