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
Instance Method Details
#command_name ⇒ Object
86 |
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 86 def command_name; "AUTH" end |
#service ⇒ Object
87 |
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 87 def service; "smtp" end |