rust-imap/CHANGELOG.md
Milo Mirate 9b6ff70e3b
Avoid trying to FETCH an empty set of messages (#177)
Also, apply correct validation to FETCH arguments.
2021-01-12 23:30:38 -05:00

1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

  • Handle empty-set inputs to fetch and uid_fetch (#177)

Removed

2.4.0 - 2020-12-15

Added

  • append_with_flags_and_date (#174)

2.3.0 - 2020-08-23

Added

  • append_with_flags (#171)

2.2.0 - 2020-07-27

Added

  • Changelog
  • STARTTLS example (#165)
  • Timeout example (#168)
  • Export Result and Error types (#170)

Changed

  • MSRV increased
  • Better documentation of server greeting handling (#168)