Skip to content

Commit d4a8c54

Browse files
committed
🔊 Warn by default on deprecated responses usage
This can still be silenced via the config option.
1 parent 37e50b3 commit d4a8c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def defaults_hash
306306
open_timeout: 30,
307307
idle_response_timeout: 5,
308308
sasl_ir: true,
309-
responses_without_block: :silence_deprecation_warning,
309+
responses_without_block: :warn,
310310
).freeze
311311

312312
@global = default.new

0 commit comments

Comments
 (0)