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 bundled-src/net-imap-0.6.4.1/lib/net/imap/response_data.rb, line 226
Returns a ResponseText object
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/response_data.rb, line 220
Returns the name, one of “OK”, “NO”, or “BAD”.
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/response_data.rb, line 232
The raw response data.
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/response_data.rb, line 214
Returns the command tag