Module: Net::IMAP::SASL::ProtocolAdapters::POP
- Includes:
- Generic
- Defined in:
- lib/net/imap/sasl/protocol_adapters.rb
Overview
See RFC-5034 (SASL capability).
Instance Method Summary collapse
Methods included from Generic
#cancel_response, #decode, #encode, #encode_ir
Instance Method Details
#command_name ⇒ Object
93 |
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 93 def command_name; "AUTH" end |
#service ⇒ Object
94 |
# File 'lib/net/imap/sasl/protocol_adapters.rb', line 94 def service; "pop" end |