Skip to content

Commit

Permalink
🔊 Warn by default on deprecated responses usage [🚧 load_defaults(0.4)]
Browse files Browse the repository at this point in the history
This can still be silenced via the config option.
  • Loading branch information
nevans committed Jun 16, 2024
1 parent b205add commit 170a77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def initialize(parent = Config.global, **attrs)
open_timeout: 30,
idle_response_timeout: 5,
sasl_ir: true,
responses_without_block: :silence_deprecation_warning,
responses_without_block: :warn,
).freeze

@global = default.new
Expand Down

0 comments on commit 170a77d

Please sign in to comment.