Re: PassCmd gives "IMAP command 'AUTHENTICATE PLAIN <authdata>' returned an error: NO Incorrect use
mailbox synchronizer
Brought to you by:
ossi
From: Oswald B. <osw...@gm...> - 2020-12-12 12:55:35
|
On Sat, Dec 12, 2020 at 10:46:02AM +0100, Tassilo Horn wrote: > PassCmd "gpg --decrypt --output=- ~/.authinfo.gpg 2> /dev/null | grep imap.fastmail.com | sed 's/.*password \([^ ]\+\).*/\1/'" you need to double the three backslashes. |