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