[plt-scheme] SMTP/SSL
At Tue, 22 Aug 2006 16:26:20 -0400, Matt Jadud wrote:
> I'm wondering if this should "just work," [...]
> to send mail via SMTP through a host that uses TLS.
No, I don't think so.
It should work on a connection that uses SMTP over SSL starting from
byte 0. If I remember correctly, TLS means starting in plain text,
negotiating, and then moving to SSL.
The good news is that the newish `ports->SSL-ports' function can
support the mid-stream switch into SSL. The bad news is that no one has
implemented it in "smtp.ss".
Matthew