aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* (smtpmail-open-stream): Use with-no-warnings.Richard M. Stallman2005-05-221-2/+5
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
* Fix last commit.Simon Josefsson2004-12-271-1/+1
* mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5Simon Josefsson2004-12-271-1/+1
* (smtpmail-open-stream): Look forSimon Josefsson2004-10-111-13/+19
* (smtpmail-open-stream): BindSimon Josefsson2004-05-281-1/+8
* Add comment, based on report by [email protected] (Kevin D. Clark).Simon Josefsson2004-04-091-1/+4
* (smtpmail-read-response): Abort if process hasSimon Josefsson2004-03-111-42/+42
* (smtpmail-try-auth-methods): Fix typo.John Paul Wallington2004-02-111-1/+1
* (smtpmail-try-auth-methods): Pass port-name as defaultport to `netrc-machine'.Sam Steingold2004-02-041-5/+5
* Jesper Harder <[email protected]>Glenn Morris2004-01-201-7/+2
* Jesper Harder <[email protected]>Glenn Morris2004-01-181-21/+5
* (smtpmail-via-smtp): Don't insert a spaceEli Zaretskii2003-09-281-4/+4
* Add arch taglinesMiles Bader2003-09-011-0/+1
* Fix previous change:Glenn Morris2003-08-261-6/+17
* (smtpmail-mail-address): Doc change.Glenn Morris2003-08-241-6/+5
* (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist.Juanma Barranquero2003-07-131-0/+2
* (smtpmail-open-stream): Don't hard codeSimon Josefsson2003-05-131-2/+4
* (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line.Juanma Barranquero2003-05-091-1/+1
* (smtpmail-send-queued-mail): Don't use kill-line.Juanma Barranquero2003-05-081-1/+1
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
* (smtpmail-via-smtp): Fall back to user-mail-address as sender.Simon Josefsson2002-12-151-4/+5
* (smtpmail-send-queued-mail): Add autoload cookie.Juanma Barranquero2002-11-181-0/+1
* * mail/sendmail.el (mail-envelope-from): New option `header' toSimon Josefsson2002-10-111-1/+2
* (smtpmail-via-smtp): Only negotiate starttls onSimon Josefsson2002-09-291-1/+1
* (smtpmail-send-it): Don't use : in filenamesSimon Josefsson2002-09-121-9/+9
* (smtpmail-default-smtp-server): Doc fix.Simon Josefsson2002-09-111-1/+2
* Update copyright.Simon Josefsson2002-09-041-1/+1
* (smtpmail-via-smtp): Delete process bufferSimon Josefsson2002-08-301-1/+3
* (smtpmail-mail-address): New variable.Richard M. Stallman2002-05-121-3/+6
* (smtpmail-send-it): Use user-mail-address fromSimon Josefsson2002-05-091-3/+4
* (netrc-machine, netrc-get): Add autoloads.Richard M. Stallman2002-05-081-0/+2
* (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil.Sam Steingold2002-04-261-26/+27
* (smtpmail-auth-credentials): Support netrc files as well.Richard M. Stallman2002-04-251-12/+25
* (smtpmail-queue-counter): New variable.Richard M. Stallman2002-04-251-3/+7
* (smtpmail-send-queued-mail): UseEli Zaretskii2001-12-211-17/+15
* (smtpmail-send-queued-mail): Insert the enqueued messages literally.Eli Zaretskii2001-12-101-1/+4
* Use with-current-buffer.Stefan Monnier2001-12-011-28/+28
* Simplify previous change.Richard M. Stallman2001-11-251-3/+1
* (smtpmail-deduce-address-list): Don't use insert-string.Pavel Janík2001-11-251-3/+3
* (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)Richard M. Stallman2001-11-171-20/+211
* (smtpmail-via-smtp): Use mail-envelope-from if set.Stefan Monnier2001-10-181-1/+2
* Comment fix.Gerd Moellmann2001-08-071-1/+1
* (maybe-append-domain): Renamed toGerd Moellmann2001-05-181-9/+9
* (smtpmail-warn-about-unknown-extensions): Add :version.Gerd Moellmann2001-05-071-0/+1
* (smtpmail-warn-about-unknown-extensions): NewGerd Moellmann2001-05-071-3/+10
* (smtpmail-via-smtp): Add support forGerd Moellmann1999-10-141-1/+26
* (smtpmail-send-it): Use convert-standard-filename to make file namesAndrew Innes1999-06-181-1/+2
* (smtpmail-send-it): BindKenichi Handa1999-05-251-3/+9