blob: 4a0bc50e42a46ee70ebf91467f0c7645b29df867 (
plain) (
blame)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
Create Both
Expunge Both
SyncState *
# mail@thomasvoss.com
IMAPStore default-remote
Host imap.migadu.com
User mail@thomasvoss.com
PassCmd "vlt raw Email mail@thomasvoss.com"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore default-local
Path ~/mail/mail@thomasvoss.com/
Inbox ~/mail/mail@thomasvoss.com/Inbox
SubFolders Verbatim
Channel default
Far :default-remote:
Near :default-local:
Patterns *
# mail@euro-cash.eu
IMAPStore eurocash-admin-remote
Host imap.migadu.com
User mail@euro-cash.eu
PassCmd "vlt raw Email mail@euro-cash.eu"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore eurocash-admin-local
Path ~/mail/mail@euro-cash.eu/
Inbox ~/mail/mail@euro-cash.eu/Inbox
SubFolders Verbatim
Channel eurocash-admin
Far :eurocash-admin-remote:
Near :eurocash-admin-local:
Patterns *
# bugs@euro-cash.eu
IMAPStore eurocash-bugs-remote
Host imap.migadu.com
User bugs@euro-cash.eu
PassCmd "vlt raw Email bugs@euro-cash.eu"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore eurocash-bugs-local
Path ~/mail/bugs@euro-cash.eu/
Inbox ~/mail/bugs@euro-cash.eu/Inbox
SubFolders Verbatim
Channel eurocash-bugs
Far :eurocash-bugs-remote:
Near :eurocash-bugs-local:
Patterns *
# thomasvoss@live.com
IMAPStore legacy-remote
Host outlook.office365.com
User thomasvoss@live.com
PassCmd "vlt raw Email thomasvoss@live.com"
Port 993
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore legacy-local
Path ~/mail/thomasvoss@live.com/
Inbox ~/mail/thomasvoss@live.com/Inbox
SubFolders Verbatim
Channel legacy
Far :legacy-remote:
Near :legacy-local:
Patterns *
# tv222gy@student.lnu.se
IMAPStore linnaeus-remote
Host imap.gmail.com
User tv222gy@student.lnu.se
PassCmd "vlt raw Miscellaneous 'Gmail App Password (tv222gy@student.lnu.se)'"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore linnaeus-local
Path ~/mail/tv222gy@student.lnu.se/
Inbox ~/mail/tv222gy@student.lnu.se/Inbox
SubFolders Verbatim
Channel linnaeus
Far :linnaeus-remote:
Near :linnaeus-local:
Patterns *
# thomas.voss@humanwave.nl
IMAPStore humanwave-remote
Host imap.gmail.com
User thomas.voss@humanwave.nl
PassCmd "vlt raw Miscellaneous 'Gmail App Password (thomas.voss@humanwave.nl)'"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore humanwave-local
Path ~/mail/thomas.voss@humanwave.nl/
Inbox ~/mail/thomas.voss@humanwave.nl/Inbox
SubFolders Verbatim
Channel humanwave
Far :humanwave-remote:
Near :humanwave-local:
Patterns *
|