Module: Net::IMAP::SASL::ProtocolAdapters::POP
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Instance Chain: 
          self,
           Generic | |
| Defined in: | lib/net/imap/sasl/protocol_adapters.rb | 
Overview
See RFC-5034 (SASL capability).
Instance Method Summary
Generic - Included
| #cancel_response | Returns the message used by the client to abort an authentication exchange. | 
| #command_name | The name of the protocol command used to initiate a SASL authentication exchange. | 
| #decode | Decodes a server challenge string. | 
| #encode | Encodes a client response string. | 
| #encode_ir | Encodes an initial response string. | 
| #service | A service name from the GSSAPI/Kerberos/SASL Service Names registry. | 
Instance Method Details
#command_name
[ GitHub ]# File 'lib/net/imap/sasl/protocol_adapters.rb', line 93
def command_name; "AUTH" end
#service
[ GitHub ]# File 'lib/net/imap/sasl/protocol_adapters.rb', line 94
def service; "pop" end