Path to this page:
Subject: CVS commit: pkgsrc/net/ruby-net-imap
From: Takahiro Kambe
Date: 2025-01-19 17:28:20
Message id: 20250119162820.B75A9FBDD@cvs.NetBSD.org
Log Message:
net/ruby-net-imap: update to 0.5.5
0.5.5 (2025-01-04)
What's Changed
Breaking Changes
* Remove accidental Data#attributes method by @nevans in #371
* For ruby 3.2 and above, this PR is not a breaking change, and it fixes a
YAML serialization bug.
* Net::IMAP::Data#attributes was only available in ruby 3.1, with net-imap
v0.5.2 - v0.5.4. It can be replaced by #to_h.
Added
* RFC9586 UIDONLY support by @avdi in #366
Documentation
* Fix rdoc issues by @nevans in #372
* Use standard www.rfc-editor.org links for RFCs by @nevans in #374
* Documentation updates by @nevans in #373
New Contributors
* @avdi made their first contribution in #366
Files: