- 07 May, 2001 2 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
option. (smtpmail-via-smtp): Print warnings about unknown SMTP extensions only if smtpmail-warn-about-unknown-extensions is set.
-
- 14 Oct, 1999 1 commit
-
-
Gerd Moellmann authored
automatically appending a domain to RCPT TO: addresses.
-
- 18 Jun, 1999 1 commit
-
-
Andrew Innes authored
for queued mail safe on Windows (`:' is invalid in file names on Windows).
-
- 25 May, 1999 1 commit
-
-
Kenichi Handa authored
smtpmail-code-conv-from properly. (smtpmail-send-data-1): If DATA is a multibyte string, encode it by smtpmail-code-conv-from.
-
- 02 May, 1999 1 commit
-
-
Andrew Innes authored
after switching buffer, as case-fold-search is a buffer local variable.
-
- 09 Mar, 1999 1 commit
-
-
Karl Heuer authored
-
- 13 Oct, 1998 1 commit
-
-
Richard M. Stallman authored
(smtpmail-address-buffer): Add defvar. (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
-
- 04 Sep, 1998 1 commit
-
-
Karl Heuer authored
on extension lines.
-
- 29 Aug, 1998 1 commit
-
-
Karl Heuer authored
(smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
-
- 12 May, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 30 Apr, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 20 Apr, 1998 1 commit
-
-
Richard M. Stallman authored
(smtpmail-deduce-address-list): Changed the search for Resent-\(To\|Cc\|Bcc\) headers. (smtpmail-do-bcc): Delete Resent-Bcc: headers.
-
- 15 Oct, 1997 1 commit
-
-
Karl Heuer authored
-
- 01 Jun, 1997 2 commits
-
-
Richard M. Stallman authored
(smtpmail-queue-dir, smtpmail-queue-index-file): New variables. (smtpmail-queue-mail): New variable. (smtpmail-send-it): Handle those variables. (smtpmail-send-queued-mail): New command.
-
Richard M. Stallman authored
VERB and XONE as a synonym for ONEX. (smtpmail-read-response): Add "%s" to `message' calls to avoid problems with percent signs in strings. (smtpmail-read-response): Return all lines of the response text as a list of strings. Formerly only the first line was returned. This is insufficient when one wants to parse e.g. an EHLO response. Ignore responses starting with "0". This is necessary to support the VERB SMTP extension. (smtpmail-via-smtp): Try EHLO and find out which SMTP service extensions the receiving mailer supports. Issue the ONEX and XUSR commands if the corresponding extensions are supported. Issue VERB if supported and `smtpmail-debug-info' is non-nil. Add SIZE attribute to MAIL FROM: command if SIZE extension is supported. Add code that could set the BODY= attribute to MAIL FROM: if the receiving mailer supports 8BITMIME. This is currently disabled, since doing it right might involve adding MIME headers to, and in some cases reencoding, the message.
-
- 20 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 13 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 21 Jan, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 15 Jul, 1996 1 commit
-
-
Karl Heuer authored
any line of data, not just lines containing nothing else.
-
- 12 Jul, 1996 1 commit
-
-
Karl Heuer authored
-
- 04 Jul, 1996 1 commit
-
-
Miles Bader authored
-
- 18 Jun, 1996 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Delete code that converted "S:" to "Subject:". Insert FROM field unless it already exists (code from sendmail.el).
-
Richard M. Stallman authored
(smtpmail-send-it): Require mail-utils upon entry. Don't invoke sendmail-synch-aliases. (smtpmail-deduce-address-list): Only use text matched in regexp group, not the whole regexp.
-
- 10 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 07 Jun, 1996 2 commits
-
-
Richard M. Stallman authored
(smtpmail-deduce-address-list): Bind recipient-address-list with let. (smtpmail-via-smtp): Bind greeting, n, process-buffer.
-
Richard M. Stallman authored
-