MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.61k stars 627 forks source link

Improve dynamic type checking in C++ API #66

Closed dinhvh closed 11 years ago

dinhvh commented 11 years ago

At least, in MessageBuilder / MessageHeader.

dinhvh commented 11 years ago

This commit would improve that: https://github.com/MailCore/mailcore2/commit/89d9934db10d46b1358aae64bf38c16a7060ebec

Header documentation has been improved.