Skip to content

v0.4.8

Compare
Choose a tag to compare
@nevans nevans released this 12 Dec 05:04
· 105 commits to master since this release
v0.4.8

What's Changed

Known Issues

  • SearchResult (returned by #search) is frozen, which is backward incompatible #262
    Fixed in v0.4.10. #263

Added

  • ✨ Improve SequenceSet with Set, Range, Enumerable methods by @nevans in #239
  • ✨ Add support for the CONDSTORE extension (RFC7162) by @nevans in #236
    NOTE: #search and #uid_search have been updated to return SearchResult rather than Array. SearchResult inherits from Array, for backward compatibility.

Fixed

  • 🩹 Workaround invalid Gmail FLAGS response by @nevans in #246
  • 🐛 Fix broken QUOTA/QUOTAROOT response parsing by @nevans in #247

Documentation

  • 📚 Update extension docs for IMAP4rev2, STATUS=SIZE by @nevans in #242
  • 📚 List all currently supported response codes by @nevans in #243

Miscellaneous

Full Changelog: v0.4.7...v0.4.8