class Net::IMAP::SASLAdapter
Experimental
Constants
- RESPONSE_ERRORS
Public Instance Methods
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/sasl_adapter.rb, line 15 def drop_connection; client.logout! end
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/sasl_adapter.rb, line 16 def drop_connection!; client.disconnect end
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/sasl_adapter.rb, line 13 def response_errors; RESPONSE_ERRORS end
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/sasl_adapter.rb, line 14 def sasl_ir_capable?; client.capable?("SASL-IR") end