class Net::IMAP

def sasl_adapter

def sasl_adapter
  SASLAdapter.new(self, &method(:send_command_with_continuations))
end