= private = protected
continue?()
Determines whether the response received was a Positive Intermediate reply (3xx reply code)
# File lib/net/smtp.rb, line 1028 def continue? status_type_char() == '3' end