forked from hashrocket/dotmatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.offlineimaprc
51 lines (44 loc) · 1.55 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
50
51
[general]
accounts = Gmail, Exchange
maxsyncaccounts = 2
pythonfile = ~/.offlineimap.py
[Account Gmail]
localrepository = LocalGmail
remoterepository = RepositoryGmail
autorefresh = 1
quick = 10
[Repository LocalGmail]
type = Maildir
localfolders = ~/Maildir/home
[Repository RepositoryGmail]
type = Gmail
maxconnections = 2
remoteuser = [email protected]
remotepasseval = get_authinfo_password("imap.gmail.com", "[email protected]", 993)
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail',
'[Gmail]/Important',
'[Gmail]/Spam']
sslcacertfile = /usr/local/etc/openssl/cert.pem
###############
[Account Exchange]
localrepository = LocalExchange
remoterepository = RepositoryExchange
autorefresh = 1
quick = 10
[Repository LocalExchange]
type = Maildir
localfolders = ~/Maildir/work
[Repository RepositoryExchange]
type = IMAP
maxconnections = 2
remotehost = localhost
remoteport = 1143
remoteuser = moencorp\bshega
remotepasseval = get_authinfo_password("localhost", "moencorp\\\\bshega", 1143)
folderfilter = lambda foldername: foldername not in ['Sync Issues',
'Sync Issues/Conflicts',
'Sync Issues/Local Failures',
'Sync Issues/Server Failures',
'Unsent Messages',
'Working Set']
ssl = no