Hello,
I am a .NET developer, but now I am doing a project in C++ without .NET or MFC. Is there any open source library I could use that would allow me to send/receive emails possibly with attachments?
Printable View
Hello,
I am a .NET developer, but now I am doing a project in C++ without .NET or MFC. Is there any open source library I could use that would allow me to send/receive emails possibly with attachments?
hoxsiew, thank you for you 2 cents. I did googling myself however most of libs I have found use some kind of wider frameworks, which I don't want to use. I would like the most independent client possible, with as little dependencies as possible. This is why I am posting here. No need to google it for me though :)
no you have to do it yourself.
there is help though in the shape of open ssl
which can handle the secure socket layer for you.
but there is plenty of info on the web showing how to do this.
I found this http://herewe.servebeer.com/libspopc/ and I think it will do just fine.