summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Treat smtp-auth method from auth-info as a symbolRobert Pluim2022-08-251-1/+1
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-2/+3
* Merge from origin/emacs-28Stefan Kangas2022-07-211-1/+5
|\
| * ; * lisp/mail/smtpmail.el (smtpmail-via-smtp): Explain with-case-table.Eli Zaretskii2022-07-201-1/+5
* | Make smtpmail try all auth methodsLars Ingebrigtsen2022-07-131-13/+20
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-2/+0
* | Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* | Add `auth-info-password' and use it instead of ad hoc codeSam Steingold2022-01-071-6/+2
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-3/+3
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-2/+2
* Add support for the oauth2.el library in nnimap and smtpmailRoland Winkler2021-08-051-0/+8
* Evaluate eql specializersakater2021-08-031-3/+3
* Allow storing SMTP variables when queueing mailLars Ingebrigtsen2021-07-231-29/+51
* Only look at the headers when computing the envelope from addressLars Ingebrigtsen2021-05-061-13/+26
* Replace local intersection functions with seq-intersectionStefan Kangas2021-04-051-9/+9
* ; Fix typos in doc stringsMattias Engdegård2021-03-121-1/+1
* * lisp/mail/: Use lexical-bindingStefan Monnier2021-03-111-3/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Allow direct choice of smtp authentication methodAndrew G Cohen2020-08-291-2/+4
* * lisp/mail/smtpmail.el: Use outline headings.Jonas Bernoulli2020-08-131-4/+6
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Try to not put SMTP passwords in the *Messages* bufferLars Ingebrigtsen2019-10-211-2/+8
* Add a new variable smtpmail-retriesLars Ingebrigtsen2019-09-171-1/+8
* Try resending when getting a transient 4xx SMTP codeLars Ingebrigtsen2019-09-161-1/+20
* Add version tag to smtpmail-servers-requiring-authorizationLars Ingebrigtsen2019-07-261-1/+2
* Allow specifying that SMTP auth should always be usedLars Ingebrigtsen2019-07-261-27/+28
* ; Fix recent maintainer header removalsGlenn Morris2019-06-081-0/+1
* Remove retired maintainers from commentsPaul Eggert2019-06-041-1/+0
* Merge from origin/emacs-26Glenn Morris2019-05-141-3/+3
|\
| * ; Fix smtpmail-stream-type docstringNoam Postavsky2019-05-091-3/+3
* | Merge from origin/emacs-26Glenn Morris2019-02-201-3/+4
|\|
| * Update citations of Internet RFCsPaul Eggert2019-02-161-3/+4
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-231-10/+10
|\|
| * * lisp/mail/smtpmail.el (smtpmail-send-queued-mail): Load file with .el suffix.Juri Linkov2018-10-181-6/+7
* | * lisp/mail/smtpmail.el: (smtpmail-send-queued-mail): Avoid 'load'Stefan Monnier2018-10-191-20/+27
* | Use “Cc” for email copies, as per RFC 5322.Paul Eggert2018-05-201-9/+9
* | * lisp/mail/smtpmail.el (smtpmail-send-data-1): No string-as-multibyteStefan Monnier2018-01-151-6/+6
* | * lisp/mail/smtpmail.el: Use lexical-binding and cl-genericStefan Monnier2018-01-111-53/+57
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Eliminate last uses of 'cl' in lisp/mail/Stefan Monnier2017-12-261-1/+1
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1