|
|
|
@ -6,7 +6,7 @@ IMAPAccount fastmail
|
|
|
|
|
Host imap.fastmail.com
|
|
|
|
|
Port 993
|
|
|
|
|
User maitysanchayan@fastmail.com
|
|
|
|
|
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.fastmail.gpg"
|
|
|
|
|
PassCmd "pass show apppass/fastmail"
|
|
|
|
|
SSLType IMAPS
|
|
|
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
|
|
|
|
|
@ -32,7 +32,7 @@ IMAPAccount asymptotic
|
|
|
|
|
Host imap.gmail.com
|
|
|
|
|
Port 993
|
|
|
|
|
User sanchayan@asymptotic.io
|
|
|
|
|
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.asymptotic.gpg"
|
|
|
|
|
PassCmd "pass show apppass/asymptotic"
|
|
|
|
|
SSLType IMAPS
|
|
|
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
|
|
|
|
|
@ -52,7 +52,7 @@ Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
|
|
|
|
|
IMAPAccount gmail
|
|
|
|
|
Host imap.gmail.com
|
|
|
|
|
User maitysanchayan@gmail.com
|
|
|
|
|
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.sanchayan.gpg"
|
|
|
|
|
PassCmd "pass show apppass/sanchayan"
|
|
|
|
|
SSLType IMAPS
|
|
|
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
|
|
|
|
|
|