-
Notifications
You must be signed in to change notification settings - Fork 8
/
offlineimaprc
42 lines (36 loc) · 909 Bytes
/
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
[general]
ui = ttyui
accounts = gmail,unimi
maxsyncaccounts = 2
pythonfile = ~/.offlineimap.py
#### account 1 ------------------------------------
[Account gmail]
localrepository = gmail-local
remoterepository = gmail-remote
synclabels = yes
[Repository gmail-local]
type = GmailMaildir
localfolders = ~/Mail/Gmail
restoreatime = no
sep = /
[Repository gmail-remote]
type = Gmail
remoteuser = [email protected]
remotepasseval = getpass("gmail")
remotehost = imap.gmail.com
ssl = yes
sslcacertfile = /etc/ssl/cert.pem
#### account 2 ------------------------------------
[Account unimi]
localrepository = unimi-local
remoterepository = unimi-remote
[Repository unimi-local]
type = Maildir
localfolders = ~/Mail/Unimi
restoreatime = no
[Repository unimi-remote]
type = IMAP
remoteuser = [email protected]
remotepasseval = getpass("unimi")
remotehost = mailserver.unimi.it
remoteport = 993