[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] Request for help: nmh with Gmail
From: |
Ken Hornstein |
Subject: |
Re: [Nmh-workers] Request for help: nmh with Gmail |
Date: |
Fri, 07 Sep 2012 10:48:54 -0400 |
>I'm trying to set up nmh to incorporate from Gmail via POP.
>Google's POP# server is pop.gmail.com on port 995, requiring SSL.
>
>I thought this would work:
> inc -host pop.gmail.com:995 -sasl
>but I get "inc: no servers available"
Unfortunately, SASL != SSL. We don't yet have built-in SSL support for POP in
inc. However, you work around this via the -proxy switch. Specifically,
you could use something like "openssl s_client" with the proxy switch.
--Ken