blob: 3d119634629a56cf7dfc933eab4d94acfc07b02f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# WARNING: Use offlineimap *only* for testing/debugging,
# because it will save the mails *decrypted* locally to
# your disk !
[general]
accounts = testuser@example.org
[Account testuser@example.org]
localrepository = testuser@example.org_local
remoterepository = testuser@example.org_remote
[Repository testuser@example.org_local]
type = Maildir
localfolders = /tmp/offlineimap.testuser@example.org
[Repository testuser@example.org_remote]
type = IMAP
remotehost = localhost
remoteuser = testuser@example.org
remoteport = 1984
ssl = no
remotepass = every_pw_works_here
|