123456789_123456789_123456789_123456789_123456789_

Module: Net::IMAP::SASL::ProtocolAdapters::IMAP

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Super Chains via Extension / Inclusion / Inheritance
Instance Chain:
self, Generic
Defined in: lib/net/imap/sasl/protocol_adapters.rb

Overview

See RFC-3501 (IMAP4rev1), RFC-4959 (SASL-IR capability), and RFC-9051 (IMAP4rev2).

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

Instance Method Details

#service

[ GitHub ]

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

def service; "imap" end