summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
* (smtpmail-send-it): Use insert-buffer-substring.Jesper Harder2006-01-181-1/+1
* Add comment describing AUTH PLAIN fix.Simon Josefsson2006-01-101-1/+6
* Fix AUTH PLAIN authentication.Simon Josefsson2005-12-281-7/+4
* (smtpmail-via-smtp): Disable undo in SMTP buffer.Kim F. Storm2005-12-091-0/+1
* * mail/smtpmail.el (smtpmail-try-auth-methods): Make passwordSimon Josefsson2005-12-061-1/+1
* (smtpmail-send-it): Use insert-buffer-contents.Richard M. Stallman2005-11-161-1/+1
* (smtpmail-auth-supported): Prefer PLAIN over LOGIN.Simon Josefsson2005-07-171-1/+1
* (smtpmail-auth-supported): Added the 'plain auth methodSimon Josefsson2005-07-171-3/+19
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (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 kdc@rcn.com (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 <harder@ifa.au.dk>Glenn Morris2004-01-201-7/+2
* Jesper Harder <harder@ifa.au.dk>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