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.4.11/lib/net/imap/response_data.rb, line 148
name → string
click to toggle source
Returns the name, one of “OK”, “NO”, or “BAD”.
# File net-imap-0.4.11/lib/net/imap/response_data.rb, line 142
raw_data → string
click to toggle source
The raw response data.
# File net-imap-0.4.11/lib/net/imap/response_data.rb, line 154
tag → string
click to toggle source
Returns the command tag
# File net-imap-0.4.11/lib/net/imap/response_data.rb, line 136