symmetryinvestments / imap-d

D library for IMAP (JMAP is a work-in-progress but the basics work)
14 stars 10 forks source link

Improve TLS functionality. #57

Open otrho opened 3 years ago

otrho commented 3 years ago

Right now the TLS code via libssl works but is not quite finished. In particular server cert verification is not enabled, mostly due to it being a bit hard on Windows (or actually, I've never done it on Windows and am not sure how to make it work).

Also, it might be worthwhile making it extremely hard to use--or flat out banning--unencrypted traffic since it's 2020 and all.