Skip to content

imap-proto 0.4.0

Compare
Choose a tag to compare
@djc djc released this 27 Apr 11:15

The imap-proto crate has been merged into the tokio-imap repository (again). To be precise, tokio-imap commit 4a024f3 merges the imap-proto code as of 522f84d. The later commit 4ecd2f5 was merged in 09848b9.

  • Add parsing for SEARCH response returning a Vector of IDs (#19)
  • Add basic support for continuation responses
  • Add support for STATUS responses
  • Return parser errors instead of panicking for invalid strings