-
Notifications
You must be signed in to change notification settings - Fork 2
/
.offlineimaprc
49 lines (41 loc) · 1.3 KB
/
.offlineimaprc
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
[general]
accounts = personal, hashicorp
starttls = yes
ssl = true
pythonfile = ~/.config/mutt/credentials/imappwd.py
[Account personal]
localrepository = tomlinson.io-local
remoterepository = tomlinson.io-remote
[Repository tomlinson.io-remote]
auth_mechanisms = LOGIN
type = IMAP
remoteuser = [email protected]
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
remotepasseval = get_keychain_pass(account="[email protected]", server="smtp.fastmail.com")
remotehost = imap.fastmail.com
remoteport = 993
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
realdelete = no
maxconnections = 5
folderfilter = lambda folder: folder not in ['Trash', 'Archive']
[Repository tomlinson.io-local]
type = Maildir
localfolders = ~/.mail/personal
[Account hashicorp]
localrepository = hashicorp-local
remoterepository = hashicorp-remote
[Repository hashicorp-remote]
auth_mechanisms = LOGIN
type = IMAP
remoteuser = [email protected]
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
remotepasseval = get_keychain_pass(account="[email protected]", server="smtp.gmail.com")
remotehost = imap.gmail.com
remoteport = 993
realdelete = no
maxconnections = 10
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
folderfilter = lambda folder: folder not in ['Trash']
[Repository hashicorp-local]
type = Maildir
localfolders = ~/.mail/hashicorp