summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (smtpmail-via-smtp): Query the user for password if we get errors 550 to 554.Lars Magne Ingebrigtsen2011-07-171-4/+5
* Use `customize-save-variable' unconditionally, now that it works under emacs -QLars Magne Ingebrigtsen2011-07-111-8/+2
* Allow sending mail in "emacs -Q" by not calling customize-save-variableLars Magne Ingebrigtsen2011-07-081-2/+8
* Update doc string of `smtpmail-stream-type'.Lars Magne Ingebrigtsen2011-07-071-5/+6
* * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a defcustom agai...Lars Magne Ingebrigtsen2011-07-061-2/+4
* (smtpmail-send-it): Leave off changing the buffer multibyteness, since it sho...Lars Magne Ingebrigtsen2011-06-281-1/+0
* Bind coding-system-for-* to binary to possibly avoid line encodingLars Magne Ingebrigtsen2011-06-271-1/+4
* If the SMTP server supports STARTTLS, but Emacs has no built-in orLars Magne Ingebrigtsen2011-06-261-1/+3
* (smtpmail-try-auth-methods): If the user has stored a user name, thenLars Magne Ingebrigtsen2011-06-221-3/+19
* When the .authinfo file has a user name but not a password, promptLars Magne Ingebrigtsen2011-06-221-6/+9