dotfiles/mbsync/mbsyncrc
2020-06-13 22:11:37 +08:00

116 lines
2.2 KiB
Plaintext

#################################
####### Account airocpss #######
#################################
IMAPAccount airocpss
Host imap.exmail.qq.com
User xinyz@airocpss.com
PassCmd "gpg -r xinyz --quiet -d ~/dotfiles/common/pass/airocpss.gpg.asc"
SSLType IMAPS
SSLVersions TLSv1.2
# Remote storage
IMAPStore airocpss-remote
Account airocpss
# Local storage
MaildirStore airocpss-local
Path ~/Mail/airocpss/
Inbox ~/Mail/airocpss/INBOX
Channel airocpss-inbox
Master :airocpss-remote:"INBOX"
Slave :airocpss-local:INBOX
Create Both
Expunge Both
Channel airocpss-sent
Master :airocpss-remote:"Sent Messages"
Slave :airocpss-local:sent
Create Both
Expunge Both
Channel airocpss-junk
Master :airocpss-remote:"Junk"
Slave :airocpss-local:junk
Create Both
Expunge Both
Channel airocpss-drafts
Master :airocpss-remote:"Drafts"
Slave :airocpss-local:drafts
Create Both
Expunge Both
Channel airocpss-trash
Master :airocpss-remote:"Deleted Messages"
Slave :airocpss-local:trash
Create Both
Expunge Both
Group airocpss
Channel airocpss-inbox
Channel airocpss-sent
Channel airocpss-junk
Channel airocpss-drafts
Channel airocpss-trash
#################################
######## Account hotmail ########
#################################
IMAPAccount hotmail
Host imap-mail.outlook.com
User yzxin@hotmail.com
PassCmd "gpg -r xinyz --quiet -d ~/dotfiles/common/pass/hotmail.gpg.asc"
SSLType IMAPS
SSLVersions TLSv1.2
# Remote storage
IMAPStore hotmail-remote
Account hotmail
# Local storage
MaildirStore hotmail-local
Path ~/Mail/hotmail/
Inbox ~/Mail/hotmail/INBOX
Channel hotmail-inbox
Master :hotmail-remote:"Inbox"
Slave :hotmail-local:INBOX
Create Both
Expunge Both
Channel hotmail-sent
Master :hotmail-remote:"Sent"
Slave :hotmail-local:sent
Create Both
Expunge Both
Channel hotmail-junk
Master :hotmail-remote:"Junk"
Slave :hotmail-local:junk
Create Both
Expunge Both
Channel hotmail-drafts
Master :hotmail-remote:"Drafts"
Slave :hotmail-local:drafts
Create Both
Expunge Both
Channel hotmail-trash
Master :hotmail-remote:"Deleted"
Slave :hotmail-local:trash
Create Both
Expunge Both
Group hotmail
Channel hotmail-inbox
Channel hotmail-sent
Channel hotmail-junk
Channel hotmail-drafts
Channel hotmail-trash