* On 18 Feb 2015, Ben Gold wrote: 
> To encrypt the password I entered this on the commandline (OS X):
> 
>        openssl aes-256-cbc -salt -out pw.txt -in cleartext.txt
>        (openssl then prompts your for an encryption password)
> 
> 
> and in my muttrc file I wrote:
> 
>        set imap_pass = `openssl aes-256-cbc -salt -d -in ~/.mutt/pw.txt`
>        set smtp_pass = $imap_pass

Nice! If you have time to add this somewhere in the Mutt wiki, it looks
like a good approach.

-- 
David Champion • d...@bikeshed.us

Reply via email to