32 lines
1,015 B
Text
32 lines
1,015 B
Text
IMAPAccount gmail
|
|
# Address to connect to
|
|
Host imap.gmail.com
|
|
User maitysanchayan@gmail.com
|
|
# To store the password in an encrypted file use PassCmd instead of Pass
|
|
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.sanchayan.gpg"
|
|
#
|
|
# Use SSL
|
|
SSLType IMAPS
|
|
# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section.
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
IMAPStore gmail-remote
|
|
Account gmail
|
|
|
|
MaildirStore gmail-local
|
|
Subfolders Verbatim
|
|
# The trailing "/" is important
|
|
Path ~/Gmail/
|
|
Inbox ~/Gmail/Inbox
|
|
|
|
Channel gmail
|
|
Master :gmail-remote:
|
|
Slave :gmail-local:
|
|
# Exclude everything under the internal [Gmail] folder, except the interesting folders
|
|
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
|
|
# Or include everything
|
|
#Patterns *
|
|
# Automatically create missing mailboxes, both locally and on the server
|
|
Create Both
|
|
# Save the synchronization state files in the relevant directory
|
|
SyncState *
|