Sanchayan Maity
ae310a18f7
1. Use app password for gmail accounts 2. Add nilenso account to mutt, imapfilter, mbsync, msmtp Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
44 lines
1,014 B
Text
44 lines
1,014 B
Text
Create Slave
|
|
Expunge Both
|
|
SyncState *
|
|
|
|
IMAPAccount nilenso
|
|
Host imap.gmail.com
|
|
Port 993
|
|
User sanchayan@nilenso.systems
|
|
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.nilenso.gpg"
|
|
SSLType IMAPS
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
IMAPStore nilenso-remote
|
|
Account nilenso
|
|
|
|
MaildirStore nilenso-local
|
|
SubFolders Verbatim
|
|
Path "~/Gmail/nilenso/"
|
|
Inbox "~/Gmail/nilenso/Inbox"
|
|
|
|
Channel nilenso
|
|
Master :nilenso-remote:
|
|
Slave :nilenso-local:
|
|
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"
|
|
SSLType IMAPS
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
IMAPStore gmail-remote
|
|
Account gmail
|
|
|
|
MaildirStore gmail-local
|
|
Subfolders Verbatim
|
|
Path "~/Gmail/sanchayan/"
|
|
Inbox "~/Gmail/sanchayan/Inbox"
|
|
|
|
Channel gmail
|
|
Master :gmail-remote:
|
|
Slave :gmail-local:
|
|
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
|