1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Richard M. Stallman
308bc5d840 Include time-stamp.
(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.
1997-06-01 23:26:16 +00:00
Richard M. Stallman
c50d5ce0d1 (smtpmail-via-smtp): Recognize XVRB as a synonym for
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.
1997-06-01 22:24:22 +00:00
Richard M. Stallman
092af6d867 Comment change. 1997-04-20 07:33:52 +00:00
Richard M. Stallman
00ed33e7ab Add defgroup; use defcustom for user vars. 1997-04-13 07:51:54 +00:00
Richard M. Stallman
e4377f536f (smtpmail-read-response): Don't get confused by %'s in response-string. 1997-01-21 01:16:10 +00:00
Karl Heuer
5781056053 (smtpmail-send-data-1): Escape "." at the start of
any line of data, not just lines containing nothing else.
1996-07-15 20:00:34 +00:00
Karl Heuer
13f1d088c1 (smtpmail-deduce-address-list): Handle RESENT-* fields. 1996-07-12 00:09:50 +00:00
Miles Bader
52a2a9c397 (smtpmail-send-it): Ignore To:' if there is a Resent-to':. 1996-07-04 05:45:33 +00:00
Richard M. Stallman
c8d16dbd12 (smtpmail-read-response): Goto smtpmail-read-point 1996-06-18 22:43:32 +00:00
Richard M. Stallman
b21dc7615e (smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands. 1996-06-18 22:39:51 +00:00
Richard M. Stallman
0e2701ca22 (smtpmail-send-it): Don't handle FCC fields until after determining FROM field.
Delete code that converted "S:" to "Subject:".
Insert FROM field unless it already exists (code from sendmail.el).
1996-06-18 22:38:23 +00:00
Richard M. Stallman
e2f7c2217e (smtpmail-smtp-service): Use port 25 as default.
(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.
1996-06-18 22:35:10 +00:00
Richard M. Stallman
ca09ceaf4b Comment change. 1996-06-10 15:53:37 +00:00
Richard M. Stallman
8805249b95 (smtpmail-send-it): Fix error messages.
(smtpmail-deduce-address-list): Bind recipient-address-list with let.
(smtpmail-via-smtp): Bind greeting, n, process-buffer.
1996-06-07 14:28:16 +00:00
Richard M. Stallman
24975917d0 Initial revision 1996-06-07 14:21:50 +00:00