Skip to content

Commit

Permalink
🔊 Warn by default on deprecated responses usage
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 23, 2024
1 parent 37e50b3 commit d4a8c54
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 @@ -306,7 +306,7 @@ def defaults_hash
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 d4a8c54

Please sign in to comment.