Chong Yidong
b6aee6ff1a
(smtpmail-via-smtp): Use standard case table when downcasing.
2007-04-01 17:38:10 +00:00
Juanma Barranquero
1429d866a5
(smtpmail-smtp-service, smtpmail-queue-index-file): Fix typos in docstrings.
...
(smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2007-02-09 16:17:56 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Eli Zaretskii
362e23e116
(smtpmail-send-it): Copy buffer-file-coding-system from the mail buffer.
...
Possibly add a MIME header for the message encoding. Bind
coding-system-for-write around the call to mail-do-fcc. Use
smtpmail-code-conv-from to encode queued mail messages.
2006-11-24 14:33:19 +00:00
Richard M. Stallman
9b3bf5e89c
Comment change.
2006-10-18 11:11:32 +00:00
Simon Josefsson
6c77efbed3
2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
...
* mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2006-09-28 commit.
2006-10-02 07:48:59 +00:00
Chong Yidong
e4eb8462ca
* mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
...
lines in base64-encoded authentication response.
2006-09-28 17:16:12 +00:00
Simon Josefsson
8bf5f8c5d2
2006-09-06 Simon Josefsson <jas@extundo.com>
...
* mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2006-09-06 09:08:55 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Jesper Harder
b0aea09e7b
(smtpmail-send-it): Use insert-buffer-substring.
2006-01-18 20:49:00 +00:00
Simon Josefsson
0c91399adf
Add comment describing AUTH PLAIN fix.
2006-01-10 14:06:14 +00:00
Simon Josefsson
c3f69831cb
Fix AUTH PLAIN authentication.
2005-12-28 08:46:05 +00:00
Kim F. Storm
9cf328cc65
(smtpmail-via-smtp): Disable undo in SMTP buffer.
2005-12-09 09:44:35 +00:00
Simon Josefsson
98b537f715
* mail/smtpmail.el (smtpmail-try-auth-methods): Make password
...
prompts work for AUTH PLAIN.
2005-12-06 12:57:35 +00:00
Richard M. Stallman
63fcfa450f
(smtpmail-send-it): Use insert-buffer-contents.
2005-11-16 22:22:18 +00:00
Simon Josefsson
e81c51f0b2
(smtpmail-auth-supported): Prefer PLAIN over LOGIN.
2005-07-17 07:44:34 +00:00
Simon Josefsson
4effb11216
(smtpmail-auth-supported): Added the 'plain auth method
...
(smtpmail-try-auth-methods): added the AUTH PLAIN dialog
2005-07-17 07:43:29 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Richard M. Stallman
88f2c9add0
(smtpmail-open-stream): Use with-no-warnings.
...
(smtpmail-send-queued-mail): Avoid beginning-of-buffer.
(starttls-extra-args, starttls-extra-arguments): Add defvars.
2005-05-22 13:49:09 +00:00
Juanma Barranquero
027a4b6b3f
Replace string-to-int' by
string-to-number'.
2005-05-16 11:34:49 +00:00
Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Simon Josefsson
1a63439b34
Fix last commit.
2004-12-27 23:06:11 +00:00
Simon Josefsson
8ffc3990ae
mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
...
in upper case. Reported by Wojciech Polak <polak@gnu.org> and
tiny patch from Sergey Poznyakoff.
2004-12-27 11:30:04 +00:00
Simon Josefsson
e8620cb6ee
(smtpmail-open-stream): Look for
...
starttls-gnutls-program instead of starttls-program iff
starttls-use-gnutls is non-nil.
(smtpmail-open-stream): Don't overwrite user settings of
starttls-extra-arguments and starttls-extra-args.
2004-10-11 18:42:18 +00:00
Simon Josefsson
4aa609dc30
(smtpmail-open-stream): Bind
...
starttls-extra-arguments too, if starttls.el uses GNUTLS.
2004-05-28 05:56:19 +00:00
Simon Josefsson
758b7b0962
Add comment, based on report by kdc@rcn.com (Kevin D. Clark).
2004-04-09 13:39:30 +00:00
Simon Josefsson
2ceed428a9
(smtpmail-read-response): Abort if process has
...
died to avoid infloop. Reported by Jonathan Glauner
<jglauner@sbum.org>.
2004-03-11 10:53:22 +00:00
John Paul Wallington
1cdb6ab4a7
(smtpmail-try-auth-methods): Fix typo.
2004-02-11 07:21:09 +00:00
Sam Steingold
dbfa9ed49f
(smtpmail-try-auth-methods): Pass port-name as defaultport to `netrc-machine'.
...
Do not try authentication when no mechanism is available.
2004-02-04 15:35:11 +00:00
Glenn Morris
73921ac17e
Jesper Harder <harder@ifa.au.dk>
...
(smtpmail-via-smtp): No need to add two bytes following previous
change to smtpmail-send-data.
2004-01-20 22:17:32 +00:00
Glenn Morris
dd64e5e535
Jesper Harder <harder@ifa.au.dk>
...
(smtpmail-send-data): Don't append spurious newline.
2004-01-18 14:11:11 +00:00
Eli Zaretskii
a8df98fd8b
(smtpmail-via-smtp): Don't insert a space
...
between "MAIL FROM:" and "RCPT TO:" and the following address.
2003-09-28 08:55:50 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Glenn Morris
ff98122692
Fix previous change:
...
(smtpmail-send-queued-mail): Set smtpmail-mail-address before
calling smtpmail-via-smtp.
(smtpmail-via-smtp): Add fall-back values for envelope-from.
2003-08-26 17:42:27 +00:00
Glenn Morris
2265c62399
(smtpmail-mail-address): Doc change.
...
(smtpmail-send-it): Make treatment of envelope-from consistent with
sendmail.el.
2003-08-24 15:23:12 +00:00
Juanma Barranquero
2fbc1118b3
(smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist.
2003-07-13 17:20:34 +00:00
Simon Josefsson
11c10f3bf0
(smtpmail-open-stream): Don't hard code
...
starttls-program.
2003-05-13 19:48:50 +00:00
Juanma Barranquero
95754b9f0f
(smtpmail-send-queued-mail): Use point-at-bol instead of forward-line.
2003-05-09 22:51:21 +00:00
Juanma Barranquero
9b60c729b4
(smtpmail-send-queued-mail): Don't use kill-line.
2003-05-08 22:16:39 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +00:00
Simon Josefsson
2410946921
(smtpmail-via-smtp): Fall back to user-mail-address as sender.
2002-12-15 07:27:08 +00:00
Juanma Barranquero
74f39ce948
(smtpmail-send-queued-mail): Add autoload cookie.
2002-11-18 08:05:28 +00:00
Simon Josefsson
56e5818fd6
* mail/sendmail.el (mail-envelope-from): New option `header' to
...
use RFC 2822 From: header as the envelope address.
(mail-envelope-from): New function, this should be used instead of
looking at the `mail-envelope-from' variable.
(sendmail-send-it): Use it.
* mail/smtpmail.el (smtpmail-via-smtp): Use it.
2002-10-11 02:27:30 +00:00
Simon Josefsson
f029e7b0e9
(smtpmail-via-smtp): Only negotiate starttls on
...
streams that were opened using starttls.
2002-09-29 03:19:55 +00:00
Simon Josefsson
bf6e31bc66
(smtpmail-send-it): Don't use : in filenames
...
(for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
Use expand-file-name. Also don't require time-stamp.
2002-09-12 06:03:03 +00:00
Simon Josefsson
b559a04168
(smtpmail-default-smtp-server): Doc fix.
2002-09-11 04:53:40 +00:00
Simon Josefsson
d0e28141ba
Update copyright.
2002-09-04 19:11:28 +00:00
Simon Josefsson
1121afb461
(smtpmail-via-smtp): Delete process buffer
...
unless s-debug-info is enabled.
2002-08-30 10:32:25 +00:00
Richard M. Stallman
850ed7b3a7
(smtpmail-mail-address): New variable.
...
(smtpmail-send-it): Bind and use that instead of `mail-address'.
(smtpmail-via-smtp): Likewise.
2002-05-12 17:01:59 +00:00
Simon Josefsson
1a8e727bc0
(smtpmail-send-it): Use user-mail-address from
...
calling buffer.
(smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
have the patch).
2002-05-09 10:18:09 +00:00