SMTP and POP3 support
Please add email protocol support. Eighter enable to connect your SSL TLS implementation to the INDY components or implement SMTP and POP3 to SecureBridge. Thanks!
21
votes

-
David Marcus commented
There should be a SecureBridge replacement for the Indy TIdSSLIOHandlerSocketOpenSSL component. You could then assign the SecureBridge component to the IOHandler property of TIdHTTP, TIdSMTP, TIdPop3, and support SSL/TLS without needing the OpenSSL dll's. This would also provide support for TLS 1.3. Indy doesn't currently have official support for TLS 1.3 (although there is the unofficial TaurusTLS),