aboutsummaryrefslogtreecommitdiffstats
path: root/.offlineimaprc
blob: 1dc81a46358b147dbba00059bcbb6160f93c12b0 (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
[general]
ui = ttyui
accounts = gmail.com,terminaldweller.com
socktimeout = 90

[Account gmail.com]
localrepository = gmail.com-local
remoterepository = gmail.com-remote
synclabels = yes

[Repository gmail.com-local]
type = Maildir
localfolders = ~/Mail/gmail.com
restoreatime = no

[Repository gmail.com-remote]
type = IMAP
remoteuser = thabogre@gmail.com
#remotepass = 
remotehost = imap.gmail.com
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt

[Account terminaldweller.com]
localrepository = terminaldweller.com-local
remoterepository = terminaldweller.com-remote

[Repository terminaldweller.com-local]
type = Maildir
localfolders = ~/Mail/terminaldweller.com
restoreatime = no

[Repository terminaldweller.com-remote]
type = IMAP
remoteuser = devi@terminaldweller.com
#remotepass = 
remotehost = mail.terminaldweller.com
remoteport = 993
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt