Gnus development mailing list
 help / color / mirror / Atom feed
From: wmperry@aventail.com (William M. Perry)
Cc: ding@gnus.org, Kai.Grossjohann@CS.Uni-Dortmund.DE
Subject: Re: Gnus and ESMTP
Date: 07 Jul 2000 08:41:42 -0500	[thread overview]
Message-ID: <86hfa2xdk9.fsf@megalith.bp.aventail.com> (raw)
In-Reply-To: Miroslav Zubcic's message of "07 Jul 2000 13:09:02 +0200"

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="", Size: 1479 bytes --]

Miroslav Zubcic <miroslav.zubcic@zesoi.fer.hr> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> 
> > Kevin already mentioned smtpmail.el.
> 
> No matter what I do with it, Gnus will send mail by calling sendmail
> binary, not with smtpmail. :-(
> 
> > From looking at the source, smtpmail.el does not appear to grok ESMTP
> > AUTH, but it should be possible to replace `open-network-stream' in
> > the function smtpmail-via-smtp with `open-ssl-stream', and that should
> > pretty much work.  open-ssl-stream is part of ssl.el which comes with W3.
> 
> You have right Kai! Even to me (no habla LISP) is obvious, I must
> replace only SMTP commands HELO/EHLO, and some minor changes must be
> done. For STARTTLS (RFC 2487), ssl.el will be relative easy to
> implement (on the first look). But for a start I must make smtpmail.el
> to work with Gnus...

ssl.el won't work with ESMTPs STARTTLS command, because it expects to just
talk SSL from the beginning.  ESMTP and HTTPS tunneling thru a proxy server
expect you to start the SSL handshake partway thru the connection.

Some old patches I had floating around for Emacs to natively support SSL
would support this, but I never released them because of the #%!@#%@! NSA /
US restrictions (this was probably 5 years ago :).

Someone might be working on them - I sent them my old design outline (no
code), but will let them announce something when they are ready.

-Bill P.



  parent reply	other threads:[~2000-07-07 13:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-06 22:47 Miroslav Zubcic
2000-07-07  1:16 ` Kevin Falcone
2000-07-07  8:54   ` Kai Großjohann
2000-07-07 10:48   ` Miroslav Zubcic
2000-07-07 11:44     ` Kai Großjohann
2000-07-07 12:33     ` David Kågedal
2000-07-07  8:59 ` Kai Großjohann
2000-07-07 11:09   ` Miroslav Zubcic
2000-07-07 11:59     ` ShengHuo ZHU
2000-07-07 17:32       ` Miroslav Zubcic
2000-07-07 13:41     ` William M. Perry [this message]
2000-07-09 10:49     ` Simon Josefsson
2000-07-09 14:48       ` William M. Perry
2000-07-11  9:02         ` Simon Josefsson
2000-07-11 11:17           ` Miroslav Zubcic
2000-07-11 12:53           ` William M. Perry
2000-07-11 11:06       ` Miroslav Zubcic
2000-10-07 18:34 Simon Josefsson
2004-05-16 22:13 Marcelo Toledo
2004-05-16 22:57 ` Jesper Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86hfa2xdk9.fsf@megalith.bp.aventail.com \
    --to=wmperry@aventail.com \
    --cc=Kai.Grossjohann@CS.Uni-Dortmund.DE \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).