aboutsummaryrefslogtreecommitdiffstats
path: root/pullimap.sample
blob: 136d3d4c96ba7653b2e51aefc9c2d91a07de511c (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
25
26
27
28
29
30
31
32
mailbox = INBOX
deliver-method = smtp:[127.0.0.1]:25
#deliver-method = smtp:[127.0.0.1]:10024
purge-after = 90

# SSL options
SSL_CApath = /etc/ssl/certs
#SSL_verify = YES
#SSL_protocols = !SSLv2 !SSLv3 !TLSv1 !TLSv1.1
#SSL_cipherlist = EECDH+AESGCM:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL

[private]
#type = imaps
host = imap.private.org
#port = 993
#proxy = socks5h://localhost:9050
username = guilhem
password = xxxxxxxxxxxxxxxx
#compress = YES
#SSL_fingerprint = sha256$d9915f4ad35b76d9eb40f34abd5e8f61edfaad3bf20d5336dc28efa8cc3921ad

[work]
#type = imaps
host = imap.work.com
#port = 993
#proxy = socks5h://localhost:9050
username = guilhem
password = xxxxxxxxxxxxxxxx
#compress = YES
#SSL_fingerprint = sha256$3956fd56921c02aeaffe4f8f576e802ee99ab5a096064f4fe7e6a0ad7b4b8a6e

# vim:ft=dosini