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.5.4/lib/net/imap/response_data.rb, line 150
name → string
click to toggle source
Returns the name, one of “OK”, “NO”, or “BAD”.
# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 144
raw_data → string
click to toggle source
The raw response data.
# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 156
tag → string
click to toggle source
Returns the command tag
# File net-imap-0.5.4/lib/net/imap/response_data.rb, line 138