>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 _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
