aboutsummaryrefslogtreecommitdiffstats
path: root/pullimap.sample
blob: f1a66f98398e68e89cb37468d3d2b970ae1c25b4 (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
mailbox = INBOX
deliver-method = smtp:[127.0.0.1]:25
#deliver-method = smtp:[127.0.0.1]:10024
purge-after = 90

# SSL options
#SSL_verify = YES
#SSL_protocol_min = TLSv1.2

[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