Closed ImJustStokedToBeHere closed 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"
imap::tag_result_response_t::to_string() const
https://github.com/karastojko/mailio/blob/1c2011da2b2967a7f055e96c70b492030d6c2830/src/imap.cpp#L154
Thanks, good catch it could cause troubles. I added you to the contributors list.
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