Module: Net::IMAP::SASL::ProtocolAdapters::SMTP

Includes:
Generic
Defined in:
lib/net/imap/sasl/protocol_adapters.rb

Overview

See RFC-4954 (AUTH capability).

Instance Method Summary collapse

Methods included from Generic

#cancel_response, #decode, #encode, #encode_ir, #host, #port

Instance Method Details

#command_nameObject



30
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 30

def command_name; "AUTH" end

#serviceObject



31
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 31

def service; "smtp" end