summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAge
...
* | smtpmail would say it's done before it isLars Magne Ingebrigtsen2016-04-26
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Update copyright year to 2015Paul Eggert2015-01-01
* Make some network connections warn unless they are encryptedLars Magne Ingebrigtsen2014-11-23
* * lisp/emacs-lisp/cl-lib.el (current-case-table): Remove setter.Stefan Monnier2014-04-12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Make smtpmail forget the password if the server says it's invalidLars Ingebrigtsen2012-12-24
|/
* Have smtpmail.el prefer the From: header for the MAIL FROM envelopeLars Ingebrigtsen2012-09-04
* * mail/smtpmail.el (smtpmail-send-command): Send the command andJason L. Wright2012-05-09
* Make sure smtpmail produces valid mbox files with Unix EOLs for FCC.Eli Zaretskii2012-03-09
* Try to document smtp changesGlenn Morris2012-02-14
* * lisp/mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.Glenn Morris2012-02-14
* smtpmail initial prompting fixesLars Ingebrigtsen2012-02-14
* Respect smtpmail-smtp-service when doing a trial connectionLars Ingebrigtsen2012-02-14
* Get the MAIL FROM from the From: header if no domain is configuredLars Ingebrigtsen2012-02-09
* Remove some unused password-related autoloadsLars Magne Ingebrigtsen2012-01-07
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.Lars Magne Ingebrigtsen2012-01-03
* Fix typos.Juanma Barranquero2011-11-20
* Add a missing space in smtpmail-send-dataLeo Liu2011-10-09
* * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection.Lars Magne Ingebrigtsen2011-09-27
* (smtpmail-via-smtp): Ignore errors that arise when sending QUIT.Lars Magne Ingebrigtsen2011-09-18
* Update the process marker so that the "broken by peer" status message is inse...Lars Magne Ingebrigtsen2011-09-15
* (smtpmail-send-command): Don't include AUTH passwords in the log bufferLars Magne Ingebrigtsen2011-09-14
* Make sendmail-query-once update send-mail-function directly.Chong Yidong2011-09-03
* Minor smtpmail.el fixes.Glenn Morris2011-08-24
* (smtpmail-query-smtp-server): Allow `quit'-ing out in case the probe hangs.Lars Magne Ingebrigtsen2011-08-21
* (smtpmail-try-auth-methods): Expand the secret password.Lars Magne Ingebrigtsen2011-08-21
* Only bind `coding-system-for-*' around the process open call to avoid auth-so...Lars Magne Ingebrigtsen2011-08-21
* Introduce a new variable to allow controlling the SMTP user nameLars Magne Ingebrigtsen2011-08-21
* (auth-source): Require to avoid problems with binding variables.Lars Magne Ingebrigtsen2011-08-18
* Merge from trunk.Paul Eggert2011-08-02
* (smtpmail-via-smtp): Query the user for password if we get errors 550 to 554.Lars Magne Ingebrigtsen2011-07-17
* Use `customize-save-variable' unconditionally, now that it works under emacs -QLars Magne Ingebrigtsen2011-07-11
* Allow sending mail in "emacs -Q" by not calling customize-save-variableLars Magne Ingebrigtsen2011-07-08
* Update doc string of `smtpmail-stream-type'.Lars Magne Ingebrigtsen2011-07-07
* * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a defcustom agai...Lars Magne Ingebrigtsen2011-07-06
* (smtpmail-send-it): Leave off changing the buffer multibyteness, since it sho...Lars Magne Ingebrigtsen2011-06-28
* Bind coding-system-for-* to binary to possibly avoid line encodingLars Magne Ingebrigtsen2011-06-27
* If the SMTP server supports STARTTLS, but Emacs has no built-in orLars Magne Ingebrigtsen2011-06-26
* (smtpmail-try-auth-methods): If the user has stored a user name, thenLars Magne Ingebrigtsen2011-06-22
* When the .authinfo file has a user name but not a password, promptLars Magne Ingebrigtsen2011-06-22
* (smtpmail-via-smtp): Make sure we don't send QUIT twice.Lars Magne Ingebrigtsen2011-06-22
* Set :use-starttls-if-possible so that we always use STARTTLS if the server su...Lars Magne Ingebrigtsen2011-06-22
* (smtpmail-via-smtp): Check for servers saying they want AUTH after MAIL FROM,...Lars Magne Ingebrigtsen2011-06-22
* Rewritten smtpmail.el to use `open-network-stream' to do STARTTLSLars Magne Ingebrigtsen2011-06-21
* * lisp/mail/smtpmail.el (smtpmail-send-data): Add progress reporter.Stefan Monnier2011-05-30
* Merge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu@gmail.com.Glenn Morris2011-05-23
|\