Struct.new(:code, :text)
Net::IMAP::ResponseText
represents texts of responses. The text may be prefixed by the response code.
resp_text ::= ["[" resp-text-code "]" SP] text
Returns the response code. See ((<Net::IMAP::ResponseCode>)).
Returns the text.