Skip to content

Commit 1427a0f

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 5f12016 commit 1427a0f

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
@@ -145,7 +145,7 @@ def initialize(parent = Config.global, **attrs)
145145
open_timeout: 30,
146146
idle_response_timeout: 5,
147147
sasl_ir: true,
148-
responses_without_block: :silence_deprecation_warning,
148+
responses_without_block: :warn,
149149
).freeze
150150

151151
@global = default.new

0 commit comments

Comments
 (0)