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

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

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

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

[Accounts 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