class Net::IMAP::SASL::ClientAdapter
def initialize(client, &command_proc)
Subclasses may override it, for example: to set the appropriate
By default, this simply sets the #client and #command_proc attributes.
def initialize(client, &command_proc) @client, @command_proc = client, command_proc end