blob: 146f52e989a35b2512bc6c5291579ee60e5180e6 (
about) (
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
# Global defaults
CopyArrivalDate yes
Create Both
Expunge Both
######
IMAPAccount kelar
Host mail.kelar.org
User bandali@kelar.org
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/kelar.gpg"
SSLType IMAPS
Timeout 300
IMAPStore kelar-remote
Account kelar
IMAPAccount kelar-local
Host 127.0.0.1
Port 143
User bandali@kelar.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/kelar-local.gpg"
SSLType None
IMAPStore kelar-local
Account kelar-local
Channel kelar
Far :kelar-remote:
Near :kelar-local:
Patterns *
######
IMAPAccount gnub-local
Host 127.0.0.1
Port 143
User bandali@gnu.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/gnub-local.gpg"
SSLType None
IMAPStore gnub-local
Account gnub-local
IMAPAccount gnub-tunnel
Host 127.0.0.1
Port 1143
User bandali@gnu.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/gnub-local.gpg"
SSLType None
Timeout 420
IMAPStore gnub-tunnel
Account gnub-tunnel
Channel gnub-tunnel
Far :gnub-tunnel:
Near :gnub-local:
Patterns *
######
IMAPAccount deb-tunnel
Host 127.0.0.1
Port 1143
User bandali@debian.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/debian-local.gpg"
SSLType None
Timeout 420
IMAPStore deb-tunnel
Account deb-tunnel
IMAPAccount deb-local
Host 127.0.0.1
Port 143
User bandali@debian.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/debian-local.gpg"
SSLType None
IMAPStore deb-local
Account deb-local
Channel deb-tunnel
Far :deb-tunnel:
Near :deb-local:
Patterns *
######
IMAPAccount csclub
Host mail.csclub.uwaterloo.ca
User abandali
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/csclub.gpg"
SSLType IMAPS
Timeout 240
IMAPStore csclub-remote
Account csclub
IMAPAccount csclub-local
Host 127.0.0.1
Port 143
User abandali@csclub.uwaterloo.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/csclub-local.gpg"
SSLType None
IMAPStore csclub-local
Account csclub-local
Channel csclub
Far :csclub-remote:
Near :csclub-local:
Patterns *
######
IMAPAccount ia
Host mail.archive.org
User bandali@archive.org
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/ia.gpg"
SSLType IMAPS
Timeout 300
IMAPStore ia-remote
Account ia
IMAPAccount ia-local
Host 127.0.0.1
Port 143
User bandali@archive.local
PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/ia-local.gpg"
SSLType None
IMAPStore ia-local
Account ia-local
Channel ia
Far :ia-remote:
Near :ia-local:
Patterns *
|