summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | smtpmail would say it's done before it isLars Magne Ingebrigtsen2016-04-261-4/+5
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Make some network connections warn unless they are encryptedLars Magne Ingebrigtsen2014-11-231-0/+1
* * lisp/emacs-lisp/cl-lib.el (current-case-table): Remove setter.Stefan Monnier2014-04-121-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Make smtpmail forget the password if the server says it's invalidLars Ingebrigtsen2012-12-241-11/+16
|/
* Have smtpmail.el prefer the From: header for the MAIL FROM envelopeLars Ingebrigtsen2012-09-041-7/+5
* * mail/smtpmail.el (smtpmail-send-command): Send the command andJason L. Wright2012-05-091-2/+1
* Make sure smtpmail produces valid mbox files with Unix EOLs for FCC.Eli Zaretskii2012-03-091-1/+4
* Try to document smtp changesGlenn Morris2012-02-141-6/+6
* * lisp/mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.Glenn Morris2012-02-141-3/+8
* smtpmail initial prompting fixesLars Ingebrigtsen2012-02-141-5/+13
* Respect smtpmail-smtp-service when doing a trial connectionLars Ingebrigtsen2012-02-141-4/+4
* Get the MAIL FROM from the From: header if no domain is configuredLars Ingebrigtsen2012-02-091-5/+23
* Remove some unused password-related autoloadsLars Magne Ingebrigtsen2012-01-071-4/+0
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.Lars Magne Ingebrigtsen2012-01-031-2/+4
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Add a missing space in smtpmail-send-dataLeo Liu2011-10-091-1/+1
* * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection.Lars Magne Ingebrigtsen2011-09-271-1/+1
* (smtpmail-via-smtp): Ignore errors that arise when sending QUIT.Lars Magne Ingebrigtsen2011-09-181-2/+6
* Update the process marker so that the "broken by peer" status message is inse...Lars Magne Ingebrigtsen2011-09-151-1/+2
* (smtpmail-send-command): Don't include AUTH passwords in the log bufferLars Magne Ingebrigtsen2011-09-141-2/+2
* Make sendmail-query-once update send-mail-function directly.Chong Yidong2011-09-031-1/+1
* Minor smtpmail.el fixes.Glenn Morris2011-08-241-3/+5
* (smtpmail-query-smtp-server): Allow `quit'-ing out in case the probe hangs.Lars Magne Ingebrigtsen2011-08-211-2/+4
* (smtpmail-try-auth-methods): Expand the secret password.Lars Magne Ingebrigtsen2011-08-211-0/+2
* Only bind `coding-system-for-*' around the process open call to avoid auth-so...Lars Magne Ingebrigtsen2011-08-211-17/+17
* Introduce a new variable to allow controlling the SMTP user nameLars Magne Ingebrigtsen2011-08-211-0/+7
* (auth-source): Require to avoid problems with binding variables.Lars Magne Ingebrigtsen2011-08-181-4/+1
* Merge from trunk.Paul Eggert2011-08-021-1/+1