Hi,
I'm looking for a good Mail library (both open source and commercial) for C++ with the following features:
- Support SMTP, POP3, and IMAP
- Support MIME and SMIME
- Support Proxy
- Support SSL
Hi,
I'm looking for a good Mail library (both open source and commercial) for C++ with the following features:
VMime - http://www.vmime.org/
Poco - http://pocoproject.org/
libnetpp - http://github.com/vinzenz/libnetpp/
Poco's my favorite: It is really more of an all around C++ extension library than just network stuff, but it all has great general applicability. It's like Boost without the headache of debugging all the meta-templates (and obviously not so widely scoped).
Don't get me wrong, I love Boost too, but for some things Poco is just so straightforward and easy to use it's hard to walk away from.