method
continue_req
continue_req()
private
Hide source
# File lib/net/imap.rb, line 2098 def continue_req match(T_PLUS) match(T_SPACE) return ContinuationRequest.new(resp_text, @str) end