In Files

  • net-imap-0.2.3/lib/net/imap/response_data.rb

Parent

Net::IMAP::ResponseText

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.

There is an updated format of the API docs for this version here.