Type:
Class

This class represents a response received by the SMTP server. Instances of this class are created by the SMTP class; they should not be directly created by the user. For more information on SMTP responses, view Section 4.2 of RFC 5321

capabilities
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

capabilities() Instance Public methods Returns a hash of the human readable

2025-01-10 15:47:30
status_type_char
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

status_type_char() Instance Public methods Takes the first digit of the reply

2025-01-10 15:47:30
exception_class
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

exception_class() Instance Public methods Determines whether there was an error

2025-01-10 15:47:30
parse
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

parse(str) Class Public methods Parses the received response and separates the

2025-01-10 15:47:30
continue?
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

continue?() Instance Public methods Determines whether the response received

2025-01-10 15:47:30
cram_md5_challenge
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

cram_md5_challenge() Instance Public methods Creates a CRAM-MD5 challenge. You

2025-01-10 15:47:30
success?
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

success?() Instance Public methods Determines whether the response received

2025-01-10 15:47:30
message
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

message() Instance Public methods The first line of the human readable reply

2025-01-10 15:47:30
new
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP/Net::SMTP::Response

new(status, string) Class Public methods Creates a new instance of the

2025-01-10 15:47:30