Im working with libetpen for the last 2 days and trying to compile it in VS express without any lack , does any body knows any good easy to use imap c++ free lib ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One of the oldest and most robust IMAP client libraries is UW’s c-client. It’s free. It provides the IMAP support for mailers like Pine and for platforms like PHP. The c-client library will almost certainly compile on your platform. It hasn’t been updated much over the past 3 years, but IMAP has largely been static over that period.
The only major drawbacks: It’s probably a little lower-level than you’d like, and it’s C rather than C++.