class Net::IMAP::SASL::AuthenticationExchange

def done?

def done?
  authenticator.respond_to?(:done?) ? authenticator.done? : @processed
end