[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] extending nmh for smtps support?
From: |
Earl Hood |
Subject: |
Re: [Nmh-workers] extending nmh for smtps support? |
Date: |
Fri, 12 Nov 2010 20:48:59 -0600 |
On Fri, Nov 12, 2010 at 8:08 PM, <address@hidden> wrote:
> The question that still out there is whether or not nmh should support
> smtps. If so, I'm more than willing to go back into the code and work
> on it. Would this be of interest? What kind of schedule are we looking
> at for nmh 1.4 (so I can gauge my time/commitment)?
I think it would be nice to have native support for SMTP over TLS,
but there is some effort in doing it. I looked at seeing what
it would take, but I think some reworking of some of the I/O
code would be required to provide a decent enough abstraction
so alternate I/O transports can be used.
However, I did find a workable solution since I wanted to
use Gmails servers for sending outgoing mail. See
http://earlhood.blogspot.com/2010/01/how-to-posting-to-gmail-servers-with.html
for more details. I figure what I did can be used for Yahoo's
mail servers.
--ewh