Hi everyone,
I'm developing a Windows desktop application in C++, and I need to implement IMAP functionality (reading and filtering emails, listing folders, etc.).
I’m aware that Windows provides MAPI (Messaging API), but as far as I understand, it's designed specifically for use with Microsoft Outlook and Exchange, not standard IMAP servers.
Are there any native Windows libraries that support IMAP directly in C++? If not, what third-party IMAP libraries would you recommend that are stable and well-supported on Windows?
Thanks in advance for any pointers :)
Regards,
Harshal