-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mbsyncrc
85 lines (73 loc) · 1.55 KB
/
.mbsyncrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
IMAPAccount gmail
Host imap.gmail.com
User rbeckettvt@gmail.com
AuthMechs XOAUTH2
PassCmd "oauth2.py -t ~/.gmail.gpg || notify-send 'MBSYNC:' 'ERROR: <b>GMAIL</b> reauthenticate'"
SSLType IMAPS
Port 993
SSLVersions TLSv1.3
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Path ~/Maildir/gmail/
Inbox ~/Maildir/gmail/INBOX
SubFolders Verbatim
Channel gmail-inbox
Far :gmail-remote:
Near :gmail-local:
Patterns "INBOX"
Create Both
Expunge Both
SyncState *
Channel gmail-trash
Far :gmail-remote:"[Gmail]/Trash"
Near :gmail-local:"Trash"
Create Both
Expunge Both
SyncState *
Channel gmail-sent
Far :gmail-remote:"[Gmail]/Sent Mail"
Near :gmail-local:"Sent Mail"
Create Both
Expunge Both
SyncState *
Channel gmail-all
Far :gmail-remote:"[Gmail]/All Mail"
Near :gmail-local:"All Mail"
Create Both
Expunge Both
SyncState *
Channel gmail-starred
Far :gmail-remote:"[Gmail]/Starred"
Near :gmail-local:"Starred"
Create Both
Expunge Both
SyncState *
Group gmail
Channel gmail-inbox
Channel gmail-sent
Channel gmail-trash
Channel gmail-all
Channel gmail-starred
IMAPAccount rpi
Host outlook.office365.com
User becker3@rpi.edu
PassCmd "oauth2.py -t ~/.rpi.gpg || notify-send 'MBSYNC:' 'ERROR: <b>RPI</b> reauthenticate'"
Port 993
SSLType IMAPS
AuthMechs XOAUTH2
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore rpi-remote
Account rpi
MaildirStore rpi-local
Path ~/Maildir/rpi/
Inbox ~/Maildir/rpi/Inbox
SubFolders Verbatim
Channel rpi
Far :rpi-remote:
Near :rpi-local:
Patterns *
Create Both
Expunge Both
SyncState *