v0.4.13
What's Changed
✨ Added features
- 🔧 Add Config class for
debug
,open_timeout
, andidle_response_timeout
by @nevans in #291Net::IMAP.config
for global configuration. This enables global defaults for previously client-local configuration:open_timeout
idle_response_timeout
- config keyword parameters for
Net::IMAP.new
Net::IMAP#config
for client configuration. This enables client-local overrides of previously global configuration:debug
- ♻️ Minor Config class tidy up by @nevans in #295
- 🔧 Add config option for
sasl_ir
by @nevans in #294 - 🔊 Add config option for
responses_without_block
by @nevans in #293
📖 Documentation
- 📖 Improve #idle and #idle_done rdoc by @nevans in #290
- 📚 Update rdoc for Config and related updates by @nevans in #297
- 📚 Improve rdoc for Net::IMAP.new ssl: params by @nevans in #298
- 📚 Improve Config class rdoc by @nevans in #296
🛠️ Other changes
- 📦 Don't keep .github, .gitignore, .mailmap in gem by @nevans in #299
- ⬆️ Bump step-security/harden-runner from 2.8.0 to 2.8.1 by @dependabot in #292
Full Changelog: v0.4.12...v0.4.13