aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dot-mbsyncrc.byteplant
blob: 16a28676d8648616bc39a823dfc649627e92268d (plain)
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
###############################################################################
# byteplant
IMAPAccount oscar
Host imap.byteplant.com
User oscar
PassCmd "pass show byteplant.com/imap"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore oscar-remote
Account oscar

MaildirStore oscar-local
Path ~/.mail/oscar/
Inbox ~/.mail/oscar/Inbox
SubFolders Verbatim

Channel oscar
Far :oscar-remote:
Near :oscar-local:
Patterns *
Create Both
SyncState *
Expunge Both

###############################################################################
# byteplant
IMAPAccount admin
Host imap.byteplant.com
User admin
PassCmd "pass show byteplant.com/admin-email"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore admin-remote
Account admin

MaildirStore admin-local
Path ~/.mail/admin/
Inbox ~/.mail/admin/Inbox
SubFolders Verbatim

Channel admin
Far :admin-remote:
Near :admin-local:
Patterns % !history !Trash
MaxMessages 1000
Sync Pull
Create Both
SyncState *
Expunge Both

###############################################################################
# byteplant
IMAPAccount support
Host imap.byteplant.com
User support
PassCmd "pass show byteplant.com/support-mail"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore support-remote
Account support

MaildirStore support-local
Path ~/.mail/support/
Inbox ~/.mail/support/Inbox
SubFolders Verbatim

Channel support
Far :support-remote:
Near :support-local:
Patterns % !history !Trash
MaxMessages 1000
Sync Pull
Create Both
SyncState *
Expunge Both

# Local Variables:
# mode: conf-unix
# End: