blob: ac61e81f9302aa1450a4a409dd70d822fb9996e2 (
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
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
SyncState *
IMAPAccount Main
Host imap.gmail.com
User urbain.p.vaes@gmail.com
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/gmail/urbain.p.vaes@gmail.com.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPAccount Informal
Host imap.gmail.com
User urbainvaes90@gmail.com
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/gmail/urbainvaes90@gmail.com.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPAccount Work
Host outlook.office365.com
User uv113@ic.ac.uk
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/imperial/u.vaes13@imperial.ac.uk.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPAccount Personal
Host imap.openmailbox.org
User urbain.p.vaes@openmailbox.org
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/openmailbox/urbain.p.vaes@openmailbox.org.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore Main-remote
Account Main
IMAPStore Informal-remote
Account Informal
IMAPStore Work-remote
Account Work
IMAPStore Personal-remote
Account Personal
MaildirStore Main-local
Path ~/.mail/Main/
MaildirStore Informal-local
Path ~/.mail/Informal/
MaildirStore Work-local
Path ~/.mail/Work/
MaildirStore Personal-local
Path ~/.mail/Personal/
Channel Main-inbox
Master :Main-remote:"INBOX"
Slave :Main-local:"Main"
Channel Main-draft
Master :Main-remote:"[Gmail]/Drafts"
Slave :Main-local:"Main.drafts"
Channel Main-sent
Master :Main-remote:"[Gmail]/Sent Mail"
Slave :Main-local:"Main.sent"
Channel Main-bin
Master :Main-remote:"[Gmail]/Bin"
Slave :Main-local:"Main.bin"
Channel Informal-inbox
Master :Informal-remote:"INBOX"
Slave :Informal-local:"Informal"
Channel Informal-draft
Master :Informal-remote:"[Gmail]/Drafts"
Slave :Informal-local:"Informal.drafts"
Channel Informal-sent
Master :Informal-remote:"[Gmail]/Sent Mail"
Slave :Informal-local:"Informal.sent"
Channel Informal-bin
Master :Informal-remote:"[Gmail]/Bin"
Slave :Informal-local:"Informal.bin"
Channel Work-inbox
Master :Work-remote:"INBOX"
Slave :Work-local:"Work"
Channel Work-draft
Master :Work-remote:"Drafts"
Slave :Work-local:"Work.drafts"
Channel Work-sent
Master :Work-remote:"Sent Items"
Slave :Work-local:"Work.sent"
Channel Work-bin
Master :Work-remote:"Deleted Items"
Slave :Work-local:"Work.bin"
Channel Personal-inbox
Master :Personal-remote:"INBOX"
Slave :Personal-local:"Personal"
Channel Personal-draft
Master :Personal-remote:"Drafts"
Slave :Personal-local:"Personal.drafts"
Channel Personal-sent
Master :Personal-remote:"Sent"
Slave :Personal-local:"Personal.sent"
Channel Personal-bin
Master :Personal-remote:"Trash"
Slave :Personal-local:"Personal.bin"
|