class Net::IMAP::ContinuationRequest

Net::IMAP::ContinuationRequest represents command continuation requests.

The command continuation request response is indicated by a “+” token instead of a tag. This form of response indicates that the server is ready to accept the continuation of a command from the client. The remainder of this response is a line of text.

Public Instance Methods

data → ResponseText click to toggle source

Returns a ResponseText object

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 15
      
raw_data → string click to toggle source

the raw response data

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 21