Update net-imap 0.5.1 → 0.5.4 (minor) #1721
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
0.5.4
0.5.3
0.5.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 43 commits:
🔖 Bump version to 0.5.4
🔀 Merge pull request #367 from ruby/RFC9394-PARTIAL
📚 Document support for the `PARTIAL` extension
✨ Add `partial` fetch modifier to uid_fetch
✨ Add support for `PARTIAL` esearch result
📚 Update `#search` rdoc (again!)
🐛 Fix partial-range encoding of exclusive ranges
📚 Fix documentation for `#fetch`
🔖 Bump version to 0.5.3
🔀 Merge pull request #329 from nevans/vanished
✨ Support VANISHED response to #expunge
✨ Add support for VANISHED responses
🔀 Merge pull request #365 from ruby/fix-rdoc-issues
📚 Fix rdoc-ref link syntax in `#search`
📚 Fix rdoc method source styles
🔖 Bump version to 0.5.2
🔀 Merge pull request #333 from nevans/basic-esearch-support
🥅 Workaround https://bugs.ruby-lang.org/issues/20956
✨ Convert symbols & ranges in search return opts
✨ Add keyword param for search `return` options
✨ Gather ESEARCH response to #search/#uid_search
✨ Parsing ESEARCH, with examples from RFC9051
✅ Copy `assert_pattern` from minitest
✨ Add keyword argument for search charset
🔀 Merge pull request #363 from ruby/search-charset-conflict-raise-argument_error
🥅 Raise ArgumentError on multiple search charset args
♻️ Extract search_args from search_internal
✅ Add some test coverage for search charset
✨ Return empty SearchResult for no search result
♻️ Extract superclass for (internal) command data
📚 Consistent heading levels inside method rdoc
✨ Add Data polyfill for ruby 3.1
📚 Update IMAP#search docs again
🔀 Merge pull request #359 from ruby/enable-windows-test
Skip test_starttls_unknown_ca with Windows
Enabled windows-latest on GHA
⬆️ Bump step-security/harden-runner from 2.10.1 to 2.10.2 (#357)
📚💄 Fix rdoc 6.8 CSS styles
📦 Add release.yml
🔀 Merge pull request #354 from ruby/fix-README-example
📚 Update README example to use MOVE extension
📚 Fix broken example in README.md
🔥 Drop YAML.unsafe_load_file refinement (tests only)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands