[neomutt-users] neomutt not working with imap

Herbert J. Skuhra herbert at gojira.at
Tue Aug 23 20:28:55 CEST 2022


On Tue, Aug 23, 2022 at 06:13:12PM +0000, Thomas Schweikle wrote:
> Hi!
> 
> neomutt does not work with this configuration stored in ~/.neomuttrc:
> 
> set realname = "name lastname"
> set from="mailaddress"
> set folder="imap://localhost:1143/"
> set spoolfile="+Inbox"
> set record="+Sent"
> set postponed="+Drafts"
> mailboxes $spoolfile
> set imap_authenticators = "LOGIN"
> set imap_user = "domain\\username"
> set imap_pass = "password"
> 
> Error is:
> Encrypted connection not available. No mailbox.
> 
> Shouldn't "imap://localhost:1143/" declare an unencrypted connection?

No. Check ssl_force_tls. 

https://neomutt.org/guide/optionalfeatures.html#2-%C2%A0ssl-tls-support

-- 
Herbert


More information about the neomutt-users mailing list