class Net::IMAP::SASL::AuthenticationExchange

def initial_response

def initial_response
  return unless send_initial_response?
  client.encode_ir authenticator.process nil
end