File: pullimap.sample

package info (click to toggle)
interimap 0.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,272 kB
  • sloc: perl: 3,342; sh: 886; makefile: 110; sql: 28
file content (30 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (4)
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