Skip to content

Commit 170a77d

Browse files
committed
🔊 Warn by default on deprecated responses usage [🚧 load_defaults(0.4)]
This can still be silenced via the config option.
1 parent b205add commit 170a77d

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
@@ -152,7 +152,7 @@ def initialize(parent = Config.global, **attrs)
152152
open_timeout: 30,
153153
idle_response_timeout: 5,
154154
sasl_ir: true,
155-
responses_without_block: :silence_deprecation_warning,
155+
responses_without_block: :warn,
156156
).freeze
157157

158158
@global = default.new

0 commit comments

Comments
 (0)