Class: Net::IMAP::ResponseText
Overview
Net::IMAP::ResponseText represents texts of responses. The text may be prefixed by the response code.
resp_text ::= ["[" resp_text_code "]" SPACE] (text_mime2 / text)
;; text SHOULD NOT begin with "[" or "="
Fields:
code |
Returns the response code. See ((<Net::IMAP::ResponseCode>)). |
text |
Returns the text. |
Instance Attribute Summary (collapse)
-
- (Object) code
Returns the value of attribute code.
-
- (Object) text
Returns the value of attribute text.