class Net::IMAP::SASLAdapter

Experimental

Constants

RESPONSE_ERRORS

Public Instance Methods

drop_connection click to toggle source
# File lib/net/imap/sasl_adapter.rb, line 15
def drop_connection;          client.logout!                  end
drop_connection! click to toggle source
# File lib/net/imap/sasl_adapter.rb, line 16
def drop_connection!;         client.disconnect               end
response_errors click to toggle source
# File lib/net/imap/sasl_adapter.rb, line 13
def response_errors;          RESPONSE_ERRORS                 end
sasl_ir_capable? click to toggle source
# File lib/net/imap/sasl_adapter.rb, line 14
def sasl_ir_capable?;         client.capable?("SASL-IR")      end