mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 01:20:37 -08:00
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) |
||
|---|---|---|
| .. | ||
| binhex.el | ||
| blessmail.el | ||
| emacsbug.el | ||
| feedmail.el | ||
| flow-fill.el | ||
| footnote.el | ||
| hashcash.el | ||
| ietf-drums-date.el | ||
| ietf-drums.el | ||
| mail-extr.el | ||
| mail-hist.el | ||
| mail-parse.el | ||
| mail-prsvr.el | ||
| mail-utils.el | ||
| mailabbrev.el | ||
| mailalias.el | ||
| mailclient.el | ||
| mailheader.el | ||
| mspools.el | ||
| qp.el | ||
| reporter.el | ||
| rfc822.el | ||
| rfc2045.el | ||
| rfc2047.el | ||
| rfc2231.el | ||
| rfc6068.el | ||
| rmail-spam-filter.el | ||
| rmail.el | ||
| rmailedit.el | ||
| rmailkwd.el | ||
| rmailmm.el | ||
| rmailmsc.el | ||
| rmailout.el | ||
| rmailsort.el | ||
| rmailsum.el | ||
| sendmail.el | ||
| smtpmail.el | ||
| supercite.el | ||
| undigest.el | ||
| unrmail.el | ||
| uudecode.el | ||
| yenc.el | ||