blob: d7607fc32e8c6bf33fe98f4be91d86be2f7961fc (
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
|
Create Both
Expunge Both
SyncState *
Sync All
IMAPAccount Enpc
Host messagerie.enpc.fr
User urbain.vaes@enpc.fr
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/urbain.vaes@enpc.fr.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPAccount Imperial
Host outlook.office365.com
User uv113@ic.ac.uk
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPAccount Personal
Host mail.gandi.net
User urbain@vaes.uk
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/urbain@vaes.uk.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore Enpc-remote
Account Enpc
IMAPStore Imperial-remote
Account Imperial
IMAPStore Personal-remote
Account Personal
MaildirStore Enpc-local
Path ~/.mail/Enpc/
MaildirStore Imperial-local
Path ~/.mail/Imperial/
MaildirStore Personal-local
Path ~/.mail/Personal/
MaildirStore Misc-local
Path ~/.mail/Misc/
Channel Enpc-inbox
Master :Enpc-remote:"INBOX"
Slave :Enpc-local:"Enpc"
Channel Enpc-draft
Master :Enpc-remote:"Drafts"
Slave :Enpc-local:"Enpc.drafts"
Channel Enpc-sent
Master :Enpc-remote:"Sent"
Slave :Enpc-local:"Enpc.sent"
Channel Enpc-bin
Master :Enpc-remote:"Trash"
Slave :Enpc-local:"Enpc.bin"
Channel Enpc-archive
Master :Enpc-remote:"Archive"
Slave :Enpc-local:"Enpc.archive"
Channel Imperial-inbox
Master :Imperial-remote:"INBOX"
Slave :Imperial-local:"Imperial"
Channel Imperial-draft
Master :Imperial-remote:"Drafts"
Slave :Imperial-local:"Imperial.drafts"
Channel Imperial-sent
Master :Imperial-remote:"Sent Items"
Slave :Imperial-local:"Imperial.sent"
Channel Imperial-bin
Master :Imperial-remote:"Deleted Items"
Slave :Imperial-local:"Imperial.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"
Channel Personal-rss
Master :Personal-remote:"rss"
Slave :Misc-local:"rss"
Channel Personal-lists
Master :Personal-remote:"lists"
Slave :Misc-local:"lists"
|