>I have now gotten inc working with FastMail POP. Here is a simplified
>version of the command.
>
>  inc -user [email protected] -host pops-proxy.fastmail.com \ -proxy
>  'openssl s_client -quiet -connect pops-proxy.fastmail.com:443' \
>  -nosasl

Looking at what FastMail supports, -nosasl should NOT be required, since
they claim to support the PLAIN and LOGIN authentication mechanisms.

Also, when 1.7 comes out you should be able to change that to:

   inc -user [email protected] -host pops-proxy.fastmail.com -port 443 
-initialtls -sasl

--Ken

_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to