index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mail
/
smtpmail.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Treat smtp-auth method from auth-info as a symbol
Robert Pluim
2022-08-25
1
-1
/
+1
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-2
/
+3
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-21
1
-1
/
+5
|
\
|
*
; * lisp/mail/smtpmail.el (smtpmail-via-smtp): Explain with-case-table.
Eli Zaretskii
2022-07-20
1
-1
/
+5
*
|
Make smtpmail try all auth methods
Lars Ingebrigtsen
2022-07-13
1
-13
/
+20
*
|
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-2
/
+0
*
|
Make some additional defcustom types more restrictive
Stefan Kangas
2022-07-06
1
-1
/
+1
*
|
Add `auth-info-password' and use it instead of ad hoc code
Sam Steingold
2022-01-07
1
-6
/
+2
|
/
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Don't use `format' on strings without % format directives
Lars Ingebrigtsen
2021-09-21
1
-3
/
+3
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-2
/
+2
*
Add support for the oauth2.el library in nnimap and smtpmail
Roland Winkler
2021-08-05
1
-0
/
+8
*
Evaluate eql specializers
akater
2021-08-03
1
-3
/
+3
*
Allow storing SMTP variables when queueing mail
Lars Ingebrigtsen
2021-07-23
1
-29
/
+51
*
Only look at the headers when computing the envelope from address
Lars Ingebrigtsen
2021-05-06
1
-13
/
+26
*
Replace local intersection functions with seq-intersection
Stefan Kangas
2021-04-05
1
-9
/
+9
*
; Fix typos in doc strings
Mattias Engdegård
2021-03-12
1
-1
/
+1
*
* lisp/mail/: Use lexical-binding
Stefan Monnier
2021-03-11
1
-3
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-1
/
+1
*
Allow direct choice of smtp authentication method
Andrew G Cohen
2020-08-29
1
-2
/
+4
*
* lisp/mail/smtpmail.el: Use outline headings.
Jonas Bernoulli
2020-08-13
1
-4
/
+6
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Try to not put SMTP passwords in the *Messages* buffer
Lars Ingebrigtsen
2019-10-21
1
-2
/
+8
*
Add a new variable smtpmail-retries
Lars Ingebrigtsen
2019-09-17
1
-1
/
+8
*
Try resending when getting a transient 4xx SMTP code
Lars Ingebrigtsen
2019-09-16
1
-1
/
+20
*
Add version tag to smtpmail-servers-requiring-authorization
Lars Ingebrigtsen
2019-07-26
1
-1
/
+2
*
Allow specifying that SMTP auth should always be used
Lars Ingebrigtsen
2019-07-26
1
-27
/
+28
*
; Fix recent maintainer header removals
Glenn Morris
2019-06-08
1
-0
/
+1
*
Remove retired maintainers from comments
Paul Eggert
2019-06-04
1
-1
/
+0
*
Merge from origin/emacs-26
Glenn Morris
2019-05-14
1
-3
/
+3
|
\
|
*
; Fix smtpmail-stream-type docstring
Noam Postavsky
2019-05-09
1
-3
/
+3
*
|
Merge from origin/emacs-26
Glenn Morris
2019-02-20
1
-3
/
+4
|
\
|
|
*
Update citations of Internet RFCs
Paul Eggert
2019-02-16
1
-3
/
+4
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-23
1
-10
/
+10
|
\
|
|
*
* lisp/mail/smtpmail.el (smtpmail-send-queued-mail): Load file with .el suffix.
Juri Linkov
2018-10-18
1
-6
/
+7
*
|
* lisp/mail/smtpmail.el: (smtpmail-send-queued-mail): Avoid 'load'
Stefan Monnier
2018-10-19
1
-20
/
+27
*
|
Use “Cc” for email copies, as per RFC 5322.
Paul Eggert
2018-05-20
1
-9
/
+9
*
|
* lisp/mail/smtpmail.el (smtpmail-send-data-1): No string-as-multibyte
Stefan Monnier
2018-01-15
1
-6
/
+6
*
|
* lisp/mail/smtpmail.el: Use lexical-binding and cl-generic
Stefan Monnier
2018-01-11
1
-53
/
+57
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Eliminate last uses of 'cl' in lisp/mail/
Stefan Monnier
2017-12-26
1
-1
/
+1
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
[next]