We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b8f0b commit 9f483ceCopy full SHA for 9f483ce
lib/net/imap/sasl_adapter.rb
@@ -12,7 +12,6 @@ class SASLAdapter < SASL::ClientAdapter
12
13
def response_errors; RESPONSE_ERRORS end
14
def sasl_ir_capable?; client.capable?("SASL-IR") end
15
- def auth_capable?(mechanism); client.auth_capable?(mechanism) end
16
def drop_connection; client.logout! end
17
def drop_connection!; client.disconnect end
18
end
0 commit comments