-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.offlineimaprc
46 lines (40 loc) · 1.03 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
[general]
metadata = ~/.cache/offlineimap
accounts = gmail
maxsyncaccounts = 5
ui = ttyui
socktimeout = 50
pythonfile = ~/Repos/github.com/tampakrap/bin/getmailpass.py
[Account gmail]
localrepository = local_gmail
remoterepository = remote_gmail
autorefresh = 4
quick = 0
[Repository local_gmail]
type = Maildir
localfolders = ~/.Mail/gmail
[Repository remote_gmail]
type = Gmail
remoteuser = tampakrap
remotepasseval = get_passeval('gmail')
sslcacertfile = /usr/local/etc/openssl/cert.pem
folderfilter = lambda foldername: foldername not in [
'[Gmail]/All Mail',
'[Gmail]/Important',
'[Gmail]/Starred',]
[Account seznam]
localrepository = local_seznam
remoterepository = remote_seznam
autorefresh = 10
quick = 0
[Repository local_seznam]
type = Maildir
localfolders = ~/.Mail/seznam
[Repository remote_seznam]
type = IMAP
remotehost = imap.seznam.cz
remoteuser = tampakrap
remotepasseval = get_passeval('seznam')
ssl = yes
sslcacertfile = /usr/local/etc/openssl/cert.pem
remoteport = 993