index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mail
/
smtpmail.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/emacs-lisp/cl-lib.el (current-case-table): Remove setter.
...
Stefan Monnier
2014-04-12
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Make smtpmail forget the password if the server says it's invalid
...
Lars Ingebrigtsen
2012-12-24
1
-11
/
+16
|
/
*
Have smtpmail.el prefer the From: header for the MAIL FROM envelope
...
Lars Ingebrigtsen
2012-09-04
1
-7
/
+5
*
* mail/smtpmail.el (smtpmail-send-command): Send the command and
...
Jason L. Wright
2012-05-09
1
-2
/
+1
*
Make sure smtpmail produces valid mbox files with Unix EOLs for FCC.
...
Eli Zaretskii
2012-03-09
1
-1
/
+4
*
Try to document smtp changes
...
Glenn Morris
2012-02-14
1
-6
/
+6
*
* lisp/mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
Glenn Morris
2012-02-14
1
-3
/
+8
*
smtpmail initial prompting fixes
...
Lars Ingebrigtsen
2012-02-14
1
-5
/
+13
*
Respect smtpmail-smtp-service when doing a trial connection
...
Lars Ingebrigtsen
2012-02-14
1
-4
/
+4
*
Get the MAIL FROM from the From: header if no domain is configured
...
Lars Ingebrigtsen
2012-02-09
1
-5
/
+23
*
Remove some unused password-related autoloads
...
Lars Magne Ingebrigtsen
2012-01-07
1
-4
/
+0
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
* mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
Lars Magne Ingebrigtsen
2012-01-03
1
-2
/
+4
*
Fix typos.
Juanma Barranquero
2011-11-20
1
-1
/
+1
*
Add a missing space in smtpmail-send-data
...
Leo Liu
2011-10-09
1
-1
/
+1
*
* mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection.
...
Lars Magne Ingebrigtsen
2011-09-27
1
-1
/
+1
*
(smtpmail-via-smtp): Ignore errors that arise when sending QUIT.
...
Lars Magne Ingebrigtsen
2011-09-18
1
-2
/
+6
*
Update the process marker so that the "broken by peer" status message is inse...
Lars Magne Ingebrigtsen
2011-09-15
1
-1
/
+2
*
(smtpmail-send-command): Don't include AUTH passwords in the log buffer
Lars Magne Ingebrigtsen
2011-09-14
1
-2
/
+2
*
Make sendmail-query-once update send-mail-function directly.
...
Chong Yidong
2011-09-03
1
-1
/
+1
*
Minor smtpmail.el fixes.
...
Glenn Morris
2011-08-24
1
-3
/
+5
*
(smtpmail-query-smtp-server): Allow `quit'-ing out in case the probe hangs.
Lars Magne Ingebrigtsen
2011-08-21
1
-2
/
+4
*
(smtpmail-try-auth-methods): Expand the secret password.
Lars Magne Ingebrigtsen
2011-08-21
1
-0
/
+2
*
Only bind `coding-system-for-*' around the process open call to avoid auth-so...
Lars Magne Ingebrigtsen
2011-08-21
1
-17
/
+17
*
Introduce a new variable to allow controlling the SMTP user name
...
Lars Magne Ingebrigtsen
2011-08-21
1
-0
/
+7
*
(auth-source): Require to avoid problems with binding variables.
...
Lars Magne Ingebrigtsen
2011-08-18
1
-4
/
+1
*
Merge from trunk.
Paul Eggert
2011-08-02
1
-1
/
+1
*
(smtpmail-via-smtp): Query the user for password if we get errors 550 to 554.
Lars Magne Ingebrigtsen
2011-07-17
1
-4
/
+5
*
Use `customize-save-variable' unconditionally, now that it works under emacs -Q
Lars Magne Ingebrigtsen
2011-07-11
1
-8
/
+2
*
Allow sending mail in "emacs -Q" by not calling customize-save-variable
...
Lars Magne Ingebrigtsen
2011-07-08
1
-2
/
+8
*
Update doc string of `smtpmail-stream-type'.
...
Lars Magne Ingebrigtsen
2011-07-07
1
-5
/
+6
*
* mail/smtpmail.el (smtpmail-default-smtp-server): Made into a defcustom agai...
Lars Magne Ingebrigtsen
2011-07-06
1
-2
/
+4
*
(smtpmail-send-it): Leave off changing the buffer multibyteness, since it sho...
Lars Magne Ingebrigtsen
2011-06-28
1
-1
/
+0
*
Bind coding-system-for-* to binary to possibly avoid line encoding
...
Lars Magne Ingebrigtsen
2011-06-27
1
-1
/
+4
*
If the SMTP server supports STARTTLS, but Emacs has no built-in or
...
Lars Magne Ingebrigtsen
2011-06-26
1
-1
/
+3
*
(smtpmail-try-auth-methods): If the user has stored a user name, then
...
Lars Magne Ingebrigtsen
2011-06-22
1
-3
/
+19
*
When the .authinfo file has a user name but not a password, prompt
...
Lars Magne Ingebrigtsen
2011-06-22
1
-6
/
+9
*
(smtpmail-via-smtp): Make sure we don't send QUIT twice.
Lars Magne Ingebrigtsen
2011-06-22
1
-0
/
+2
*
Set :use-starttls-if-possible so that we always use STARTTLS if the server su...
...
Lars Magne Ingebrigtsen
2011-06-22
1
-1
/
+2
*
(smtpmail-via-smtp): Check for servers saying they want AUTH after MAIL FROM,...
Lars Magne Ingebrigtsen
2011-06-22
1
-4
/
+26
*
Rewritten smtpmail.el to use `open-network-stream' to do STARTTLS
...
Lars Magne Ingebrigtsen
2011-06-21
1
-345
/
+257
*
* lisp/mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
Stefan Monnier
2011-05-30
1
-2
/
+7
*
Merge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu@gmail.com.
Glenn Morris
2011-05-23
1
-0
/
+2
|
\
|
*
RFC2047-encode header of outgoing mails.
Kenichi Handa
2011-05-23
1
-0
/
+2
*
|
Use `auto-source-search' instead of `auto-source-user-or-password'.
...
Ted Zlatanov
2011-02-12
1
-5
/
+9
*
|
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
|
/
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
[next]