class Net::IMAP::TaggedResponse
Net::IMAP::TaggedResponse represents tagged responses.
The server completion result response indicates the success or failure of the operation. It is tagged with the same tag as the client command which began the operation.
Public Instance Methods
Source
# File lib/net/imap/response_data.rb, line 152
Returns a ResponseText object
Source
# File lib/net/imap/response_data.rb, line 146
Returns the name, one of “OK”, “NO”, or “BAD”.