Receive emails via TLS/SSL without external DLL/Libs

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
flashbob
User
User
Posts: 92
Joined: Sat May 11, 2024 4:04 pm

Receive emails via TLS/SSL without external DLL/Libs

Post by flashbob »

I would like to use a command that allows receiving encrypted emails (POP3/SSL). There are examples for unencrypted reception with POP3/port 110 or using libtls-26.dll. However, this doesn't work under MAC and you are always dependent on external libraries. A command similar to SendMail(...) would be helpful here.