Library for developing IMAP/POP3/SMTP. Which to use?
-
Hello all!
We've got issue to develop mail client and now trying to choose low-level library that going to be used in Qt/QML application for desktop and mobile. We have options:
- Develop based on CURL
- Develop based on BOOST.Asio
Which is better to use in Qt/QML? Suggestions?
-
Hi,
Compare and test the implementation of both and see which one your think works for your use case best.