method
continue_req
v2_1_10 -
Show latest stable
- Class:
Net::IMAP::ResponseParser
continue_req()private
No documentation available.
# File lib/net/imap.rb, line 2141
def continue_req
match(T_PLUS)
match(T_SPACE)
return ContinuationRequest.new(resp_text, @str)
end