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_name ⇒ Object
30 |
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 30 def command_name; "AUTH" end |
#service ⇒ Object
31 |
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 31 def service; "smtp" end |