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 82db844 commit bca2eb4Copy full SHA for bca2eb4
lib/net/smtp/auth_sasl_client_adapter.rb
@@ -35,8 +35,8 @@ def authenticate(...)
35
def host; client.address end
36
def response_errors; RESPONSE_ERRORS end
37
def sasl_ir_capable?; true end
38
- def drop_connection; client.finish end
39
- def drop_connection!; client.finish end
+ def drop_connection; client.quit!(exception: :warn) end
+ def drop_connection!; client.disconnect end
40
end
41
42
0 commit comments