
QsrMail
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QsrMail aimes to be a library which brings SMTP support to the Qt framework. The library supports the following features:
supports MIME messages with attachments
supports QIODevice as attachment source
provides Base64 and Quoted Printable attachment encoding
provides Content-Type detection through QMimeDatabase
supports TLS encryption
supports SMTP authentication using CRAM-MD5, PLAIN and LOGIN mechs
complete async design with a small memory footprint
complete Doxygen documentation with integration into QtCreator
comes with a demo application
has been built and tested on Linux, OS-X and Windows (using Qt5.3 and MSVC2013 from Visual Studio 2013 Express)
However the library requires Qt5 and does not compile with Qt4 due to some missing features required. Qt4 support is not planned as of now.
6 years ago
Initial release
6 years ago
Initial release
Please login or register to add a comment or rating