summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (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 STARTTLSLars 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
* Fix bug #7589 with EOL format in smtpmail's queued mail.Eli Zaretskii2010-12-131-1/+8
* * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.Glenn Morris2010-12-081-1/+1
* Small smtpmail fix for bug#7588.Glenn Morris2010-12-071-2/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * url-util.el (url-insert-entities-in-string):Stefan Monnier2009-11-031-2/+1
* * mail/smtpmail.el: Indent code properly to make it more readable.Roland Winkler2009-05-251-120/+99
* (smtpmail-auth-supported): Mention that list isSimon Josefsson2009-03-031-2/+3
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load star...Teodor Zlatanov2008-11-101-0/+1
* (smtpmail-open-stream): Use `starttls-any-program-available'.Teodor Zlatanov2008-11-101-7/+1
* Remove unnecessary eval-and-compile.Glenn Morris2008-06-071-7/+5
* Add autoload forTeodor Zlatanov2008-05-121-11/+23
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Remove leading `*' from defcustom doc-strings.Glenn Morris2008-02-231-25/+27
* (password-cache-add): Declare as function.Glenn Morris2008-02-141-0/+3