log lisp/mail/smtpmail.el @ 78232:8e27d63c45eb

age author description
Wed, 25 Jul 2007 04:27:24 +0000 Glenn Morris Switch license to GPLv3 or later.
Wed, 04 Apr 2007 15:38:04 +0000 Chong Yidong (smtpmail-via-smtp): Use ascii-case-table when downcasing.
Tue, 03 Apr 2007 09:05:37 +0000 Eli Zaretskii (smtpmail-via-smtp): Fix indentation.
Mon, 02 Apr 2007 22:45:41 +0000 Chong Yidong (smtpmail-via-smtp): Revert last change.
Sun, 01 Apr 2007 17:38:10 +0000 Chong Yidong (smtpmail-via-smtp): Use standard case table when downcasing.
Fri, 09 Feb 2007 16:17:56 +0000 Juanma Barranquero (smtpmail-smtp-service, smtpmail-queue-index-file): Fix typos in docstrings.
Sun, 21 Jan 2007 03:53:13 +0000 Glenn Morris Add 2007 to copyright years.
Fri, 24 Nov 2006 14:32:19 +0000 Eli Zaretskii (smtpmail-send-it): Copy buffer-file-coding-system from the mail buffer.
Wed, 18 Oct 2006 11:11:32 +0000 Richard M. Stallman Comment change.
Mon, 02 Oct 2006 07:48:59 +0000 Simon Josefsson 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
Thu, 28 Sep 2006 17:16:12 +0000 Chong Yidong * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
Wed, 06 Sep 2006 09:08:55 +0000 Simon Josefsson 2006-09-06 Simon Josefsson <jas@extundo.com>
Mon, 06 Feb 2006 12:31:40 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Wed, 18 Jan 2006 20:49:00 +0000 Jesper Harder (smtpmail-send-it): Use insert-buffer-substring.
Tue, 10 Jan 2006 14:06:14 +0000 Simon Josefsson Add comment describing AUTH PLAIN fix.
Wed, 28 Dec 2005 08:45:53 +0000 Simon Josefsson Fix AUTH PLAIN authentication.
Fri, 09 Dec 2005 09:44:35 +0000 Kim F. Storm (smtpmail-via-smtp): Disable undo in SMTP buffer.
Tue, 06 Dec 2005 12:54:59 +0000 Simon Josefsson * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
Wed, 16 Nov 2005 22:22:18 +0000 Richard M. Stallman (smtpmail-send-it): Use insert-buffer-contents.
Sun, 17 Jul 2005 07:44:20 +0000 Simon Josefsson (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
Sun, 17 Jul 2005 07:43:16 +0000 Simon Josefsson (smtpmail-auth-supported): Added the 'plain auth method
Mon, 04 Jul 2005 17:55:18 +0000 Lute Kamstra Update FSF's address.
Sun, 22 May 2005 13:49:09 +0000 Richard M. Stallman (smtpmail-open-stream): Use with-no-warnings.
Mon, 16 May 2005 11:33:47 +0000 Juanma Barranquero Replace `string-to-int' by `string-to-number'.
Wed, 09 Feb 2005 15:50:47 +0000 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
Mon, 27 Dec 2004 23:06:11 +0000 Simon Josefsson Fix last commit.
Mon, 27 Dec 2004 11:30:04 +0000 Simon Josefsson mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
Mon, 11 Oct 2004 18:42:00 +0000 Simon Josefsson (smtpmail-open-stream): Look for
Fri, 28 May 2004 05:56:19 +0000 Simon Josefsson (smtpmail-open-stream): Bind
Fri, 09 Apr 2004 13:39:05 +0000 Simon Josefsson Add comment, based on report by kdc@rcn.com (Kevin D. Clark).
Thu, 11 Mar 2004 10:52:53 +0000 Simon Josefsson (smtpmail-read-response): Abort if process has
Wed, 11 Feb 2004 07:17:29 +0000 John Paul Wallington (smtpmail-try-auth-methods): Fix typo.
Wed, 04 Feb 2004 15:35:11 +0000 Sam Steingold (smtpmail-try-auth-methods): Pass port-name as defaultport to `netrc-machine'.
Tue, 20 Jan 2004 22:17:32 +0000 Glenn Morris Jesper Harder <harder@ifa.au.dk>
Sun, 18 Jan 2004 14:10:39 +0000 Glenn Morris Jesper Harder <harder@ifa.au.dk>
Sun, 28 Sep 2003 08:54:34 +0000 Eli Zaretskii (smtpmail-via-smtp): Don't insert a space
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Tue, 26 Aug 2003 17:42:27 +0000 Glenn Morris Fix previous change:
Sun, 24 Aug 2003 15:23:12 +0000 Glenn Morris (smtpmail-mail-address): Doc change.
Sun, 13 Jul 2003 17:20:34 +0000 Juanma Barranquero (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist.
Tue, 13 May 2003 19:48:21 +0000 Simon Josefsson (smtpmail-open-stream): Don't hard code
Fri, 09 May 2003 22:48:10 +0000 Juanma Barranquero (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line.
Thu, 08 May 2003 22:13:05 +0000 Juanma Barranquero (smtpmail-send-queued-mail): Don't use kill-line.
Tue, 04 Feb 2003 13:24:35 +0000 Juanma Barranquero Trailing whitepace deleted.
Sun, 15 Dec 2002 07:23:36 +0000 Simon Josefsson (smtpmail-via-smtp): Fall back to user-mail-address as sender.
Mon, 18 Nov 2002 08:04:39 +0000 Juanma Barranquero (smtpmail-send-queued-mail): Add autoload cookie.
Fri, 11 Oct 2002 02:27:09 +0000 Simon Josefsson * mail/sendmail.el (mail-envelope-from): New option `header' to
Sun, 29 Sep 2002 03:19:35 +0000 Simon Josefsson (smtpmail-via-smtp): Only negotiate starttls on
Thu, 12 Sep 2002 06:03:03 +0000 Simon Josefsson (smtpmail-send-it): Don't use : in filenames
Wed, 11 Sep 2002 04:53:15 +0000 Simon Josefsson (smtpmail-default-smtp-server): Doc fix.
Wed, 04 Sep 2002 19:11:28 +0000 Simon Josefsson Update copyright.
Fri, 30 Aug 2002 10:31:02 +0000 Simon Josefsson (smtpmail-via-smtp): Delete process buffer
Sun, 12 May 2002 17:00:52 +0000 Richard M. Stallman (smtpmail-mail-address): New variable.
Thu, 09 May 2002 10:18:09 +0000 Simon Josefsson (smtpmail-send-it): Use user-mail-address from
Wed, 08 May 2002 13:13:41 +0000 Richard M. Stallman (netrc-machine, netrc-get): Add autoloads.
Fri, 26 Apr 2002 18:59:08 +0000 Sam Steingold (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil.
Thu, 25 Apr 2002 23:39:21 +0000 Richard M. Stallman (smtpmail-auth-credentials): Support netrc files as well.
Thu, 25 Apr 2002 21:45:22 +0000 Richard M. Stallman (smtpmail-queue-counter): New variable.
Fri, 21 Dec 2001 12:06:21 +0000 Eli Zaretskii (smtpmail-send-queued-mail): Use
Mon, 10 Dec 2001 19:48:32 +0000 Eli Zaretskii (smtpmail-send-queued-mail): Insert the enqueued messages literally.