class Net::IMAP::ResponseText
STATUS
UntaggedResponse (see IMAP#status and StatusData).
Note that these “status responses” are confusingly not the same as the
“OK
”, “NO
”, “BAD
”, “PREAUTH
”, or “BYE
”.
* any UntaggedResponse when name is
“OK
”, “NO
”, or “BAD
”.
* every TaggedResponse, name is always
:
UntaggedResponse#data for
ResponseText is returned from TaggedResponse#data or
The text may be prefixed by a ResponseCode.
ResponseText represents texts of responses.