summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* * 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 invalid...Lars Ingebrigtsen2012-12-241-11/+16
|/
* Have smtpmail.el prefer the From: header for the MAIL FROM envelope...Lars Ingebrigtsen2012-09-041-7/+5
* * mail/smtpmail.el (smtpmail-send-command): Send the command and...Jason 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 changes...Glenn 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 fixes...Lars Ingebrigtsen2012-02-141-5/+13
* Respect smtpmail-smtp-service when doing a trial connection...Lars Ingebrigtsen2012-02-141-4/+4
* Get the MAIL FROM from the From: header if no domain is configured...Lars Ingebrigtsen2012-02-091-5/+23
* Remove some unused password-related autoloads...Lars 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-data...Leo 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 name...Lars 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-variable...Lars 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 encoding...Lars Magne Ingebrigtsen2011-06-271-1/+4
* If the SMTP server supports STARTTLS, but Emacs has no built-in or...Lars Magne Ingebrigtsen2011-06-261-1/+3
* (smtpmail-try-auth-methods): If the user has stored a user name, then...Lars Magne Ingebrigtsen2011-06-221-3/+19
* When the .authinfo file has a user name but not a password, prompt...Lars Magne Ingebrigtsen2011-06-221-6/+9
* (smtpmail-via-smtp): Make sure we don't send QUIT twice.Lars Magne Ingebrigtsen2011-06-221-0/+2
* Set :use-starttls-if-possible so that we always use STARTTLS if the server su......Lars Magne Ingebrigtsen2011-06-221-1/+2
* (smtpmail-via-smtp): Check for servers saying they want AUTH after MAIL FROM,...Lars Magne Ingebrigtsen2011-06-221-4/+26
* Rewritten smtpmail.el to use `open-network-stream' to do STARTTLS...Lars Magne Ingebrigtsen2011-06-211-345/+257
* * lisp/mail/smtpmail.el (smtpmail-send-data): Add progress reporter.Stefan Monnier2011-05-301-2/+7
* Merge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu@gmail.com.Glenn Morris2011-05-231-0/+2
|\
| * RFC2047-encode header of outgoing mails.Kenichi Handa2011-05-231-0/+2
* | Use `auto-source-search' instead of `auto-source-user-or-password'....Ted Zlatanov2011-02-121-5/+9
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|/
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1