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