Class: Net::IMAP::ResponseText
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::ResponseText
- Defined in:
- lib/net/imap.rb
Overview
Net::IMAP::ResponseText represents texts of responses. The text may be prefixed by the response code.
resp_text ::= ["[" resp-text-code "]" SP] text
Fields:
- code
-
Returns the response code. See ((<Net::IMAP::ResponseCode>)).
- text
-
Returns the text.