Fwd: Re: PassCmd gives "IMAP command 'AUTHENTICATE PLAIN <authdata>' returned an error: NO Incorrec
mailbox synchronizer
Brought to you by:
ossi
From: Tassilo H. <ts...@gn...> - 2020-12-12 18:48:20
|
Oswald Buddenhagen <osw...@gm...> writes: Hi Oswald, >> PassCmd "gpg --decrypt --output=- ~/.authinfo.gpg 2> /dev/null | grep imap.fastmail.com | sed 's/.*password \([^ ]\+\).*/\1/'" > > you need to double the three backslashes. Ah, I've doubled the four backslashes and now it works as expected. So I guess I have to write it as if it were in a C string? Thanks, Tassilo |