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