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
data → ResponseText
click to toggle source
Returns a ResponseText
object
# File net-imap-0.3.4.1/lib/net/imap/response_data.rb, line 91
name → string
click to toggle source
Returns the name, one of “OK”, “NO”, or “BAD”.
# File net-imap-0.3.4.1/lib/net/imap/response_data.rb, line 85
raw_data → string
click to toggle source
The raw response data.
# File net-imap-0.3.4.1/lib/net/imap/response_data.rb, line 97
tag → string
click to toggle source
Returns the command tag
# File net-imap-0.3.4.1/lib/net/imap/response_data.rb, line 79