66 lines
2.2 KiB
Plaintext
66 lines
2.2 KiB
Plaintext
|
IMAPAccount collin.doering-gmail
|
||
|
# Address to connect to
|
||
|
Host imap.gmail.com
|
||
|
User collin.doering@gmail.com
|
||
|
PassCmd "isync-auth.sh collin.doering-gmail"
|
||
|
# Use SSL
|
||
|
UseIMAPS yes
|
||
|
# 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
|
||
|
#CertificateFile ~/.cert/imap.gmail.com.pem
|
||
|
#CertificateFile ~/.cert/Equifax_Secure_CA.pem
|
||
|
|
||
|
IMAPStore collin.doering-gmail-remote
|
||
|
Account collin.doering-gmail
|
||
|
|
||
|
MaildirStore collin.doering-gmail-local
|
||
|
# The trailing "/" is important
|
||
|
Path ~/.mail/collin.doering-gmail/
|
||
|
Inbox ~/.mail/collin.doering-gmail/Inbox
|
||
|
|
||
|
IMAPAccount rekahsoft-gmail
|
||
|
# Address to connect to
|
||
|
Host imap.gmail.com
|
||
|
User rekahsoft@gmail.com
|
||
|
PassCmd "isync-auth.sh rekahsoft-gmail"
|
||
|
# Use SSL
|
||
|
UseIMAPS yes
|
||
|
# 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
|
||
|
#CertificateFile ~/.cert/imap.gmail.com.pem
|
||
|
#CertificateFile ~/.cert/Equifax_Secure_CA.pem
|
||
|
|
||
|
IMAPStore rekahsoft-gmail-remote
|
||
|
Account rekahsoft-gmail
|
||
|
|
||
|
MaildirStore rekahsoft-gmail-local
|
||
|
# The trailing "/" is important
|
||
|
Path ~/.mail/rekahsoft-gmail/
|
||
|
Inbox ~/.mail/rekahsoft-gmail/Inbox
|
||
|
|
||
|
Channel collin.doering-gmail
|
||
|
Master :collin.doering-gmail-remote:
|
||
|
Slave :collin.doering-gmail-local:
|
||
|
# Exclude everything under the internal [Gmail] folder, except the interesting folders
|
||
|
#Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Spam"
|
||
|
# 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 *
|
||
|
|
||
|
|
||
|
Channel rekahsoft-gmail
|
||
|
Master :rekahsoft-gmail-remote:
|
||
|
Slave :rekahsoft-gmail-local:
|
||
|
# Exclude everything under the internal [Gmail] folder, except the interesting folders
|
||
|
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Spam"
|
||
|
# 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 *
|
||
|
|