class Net::IMAP::SASLAdapter

Experimental

def drop_connection; client.logout! end

def drop_connection;          client.logout!                  end

def drop_connection!; client.disconnect end

def drop_connection!;         client.disconnect               end

def response_errors; RESPONSE_ERRORS end

def response_errors;          RESPONSE_ERRORS                 end

def sasl_ir_capable?; client.capable?("SASL-IR") end

def sasl_ir_capable?;         client.capable?("SASL-IR")      end