]> git.rmz.io Git - dotfiles.git/blob - mbsync/config
mail: use XOAUTH2 for wio
[dotfiles.git] / mbsync / config
1 # write state file into each slaves mailbox
2 SyncState *
3 Expunge Both
4 Create Both
5 CopyArrivalDate yes
6
7 IMAPAccount mailfence
8 Host imap.mailfence.com
9 User samirbenmendil
10 PassCmd "sed -En '/imap.mailfence.com.*samirbenmendil/ s/.*password (.*)/\\1/p' ~/.netrc"
11 AuthMechs LOGIN
12 SSLType IMAPS
13 SSLVersions TLSv1.2
14 CertificateFile /etc/ssl/certs/ca-certificates.crt
15
16 IMAPStore mailfence-remote
17 Account mailfence
18
19 MaildirStore mailfence-local
20 Path ~/mail/mailfence/
21 Inbox ~/mail/mailfence/inbox
22 SubFolders Verbatim
23
24 Channel mailfence/inbox
25 Far :mailfence-remote:
26 Near :mailfence-local:
27 Patterns INBOX
28
29 Channel mailfence/drafts
30 Far :mailfence-remote:"Drafts"
31 Near :mailfence-local:"drafts"
32
33 Channel mailfence/sent
34 Far :mailfence-remote:"Sent Items"
35 Near :mailfence-local:"sent"
36
37 Channel mailfence/spam
38 Far :mailfence-remote:"Spam?"
39 Near :mailfence-local:"spam"
40
41 Channel mailfence/bin
42 Far :mailfence-remote:"Trash"
43 Near :mailfence-local:"trash"
44
45 Channel mailfence/youtube
46 Far :mailfence-remote:
47 Near :mailfence-local:
48 Patterns youtube*
49
50 Channel mailfence/archive
51 Far :mailfence-remote:
52 Near :mailfence-local:
53 Patterns archive*
54
55 Group mailfence
56 Channel mailfence/inbox
57 Channel mailfence/drafts
58 Channel mailfence/sent
59 Channel mailfence/spam
60 Channel mailfence/bin
61 Channel mailfence/youtube
62 Channel mailfence/archive
63
64 IMAPAccount wio
65 Host outlook.office365.com
66 User sbenmendil@witekio.com
67 PassCmd "~/.config/mutt/mutt_oauth2.py ~/.cache/mutt_oauth2/sbenmendil@witekio.com.tokens"
68 AuthMechs XOAUTH2
69 SSLType IMAPS
70 CertificateFile /etc/ssl/certs/ca-certificates.crt
71
72 IMAPStore wio-remote
73 Account wio
74
75 MaildirStore wio-local
76 Path ~/mail/wio/
77 Inbox ~/mail/wio/inbox/
78 SubFolders Verbatim
79
80 Channel wio/inbox
81 Far :wio-remote:
82 Near :wio-local:
83
84 Channel wio/archive
85 Far :wio-remote:"Archive"
86 Near :wio-local:"archive"
87
88 Channel wio/drafts
89 Far :wio-remote:"Drafts"
90 Near :wio-local:"drafts"
91
92 Channel wio/sent
93 Far :wio-remote:"Sent Items"
94 Near :wio-local:"sent"
95
96 Channel wio/spam
97 Far :wio-remote:"Junk Email"
98 Near :wio-local:"spam"
99
100 Channel wio/bin
101 Far :wio-remote:"Deleted Items"
102 Near :wio-local:"bin"
103
104 Group wio
105 Channel wio/inbox
106 Channel wio/archive
107 Channel wio/drafts
108 Channel wio/sent
109 Channel wio/spam
110 Channel wio/bin