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