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, #host, #port

Instance Method Details

#command_nameObject



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

def command_name; "AUTH" end

#serviceObject



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

def service; "pop" end