karastojko / mailio

mailio is a cross platform C++ library for MIME format and SMTP, POP3, IMAP protocols. It is based on the standard C++ 17 and Boost library.
Other
382 stars 102 forks source link

[Question] Marking mails via IMAP #96

Closed asc9479 closed 2 years ago

asc9479 commented 2 years ago

Hi! Is there a way to mark mails via imap as read/unread? And mark it with the flag (in outlook) or star (in thunderbird)? Thanks for the great work!

karastojko commented 2 years ago

Hi, this feature is planned for the version 0.23. Currently I am trying to finish v0.22 with the additional encoding/charset support.

asc9479 commented 2 years ago

Great! Thanks for the answer!