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

Just a typo #77

Closed ImJustStokedToBeHere closed 3 years ago

ImJustStokedToBeHere commented 3 years ago

The string returned from imap::tag_result_response_t::to_string() const for the NO request completion code is spelled as "MO"

https://github.com/karastojko/mailio/blob/1c2011da2b2967a7f055e96c70b492030d6c2830/src/imap.cpp#L154

karastojko commented 3 years ago

Thanks, good catch it could cause troubles. I added you to the contributors list.