I decited to open a topic since I coudn't get help from Google.
Well, I'm really new to OpenSSL and don't know much about it.
I try to download my E-Mails from a POP3-Server (e.g. gmail) but don't know how to link OpenSSL libaries.
I downloaded OpenSSL from: http://www.openssl.org/source/
How I said, I'm really new to OpenSSL, would be happy if you can help me.
==================
Information:
OS: MS Windows 7
IDE: Code::Blocks
==================
Considering the name of the directory, you will probably have to compile OpenSSL first. Considering you're using Windows, that's probably gone be a huge pain in your rectal area.
You should open the archive and there should be a file named INSTALL or INSTALL.txt or something the like, follow the instructions there. If it says anything like " run install.sh" you will probably need MSYS or Cygwin, and even then it's not a given that it will work.
Probably the best thing that could happen to you would be that it brings windows specific makefiles or uses cmake or something like that.
It says that my Windows is not compatible, is there an other way to make SSL-Connections without OpenSSL? I think that's kind of "impossible" on Windows.
is there an other way to make SSL-Connections without OpenSSL?
In windows, yes, you don't really need any SSL library as windows already has its own implementation. But you could use OpenSSL in windows if you really want (you must compile openssl first).
All you need to know is POP3 protocol and basic knowledge of windows sockets.
There are many libraries out there, one very simple to use (with full working gmail example) is Chilkat. Unfortunately, the component is NOT free (30 day trial): http://www.chilkatsoft.com/
If you don't know how to compile OpenSSl there are binaries already built by others for you. Choose the version that match your compiler. http://slproweb.com/products/Win32OpenSSL.html
And on this forum, I think he explains it for Perl, even there stands "MinGW", should I isntall perl and excute it?
(It doesn't work for me: "Can't open perl script")