Hi, all, I am new to OpenSSL. I need some help to set up the SSL connection to the SSL email server.
I have an application to access the email account and retrieve the emails automatically. Now, I find that for some email servers, eg. Gmail, the connection should be SSL. For the normal email servers, my program works , so I think the only thing I need to add is the SSL connection. How can I do that programatically, what APIs/ Functions in OpenSSL should I use ? I am using visual studio C++. Thanks a lot, Jerry