Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Releases: djc/imap-proto

0.3.0

28 Dec 12:04
@djc djc

Choose a tag to compare

  • Add basic support for parsing the BODY attribute
  • Send properly escaped quoted strings (fixes #17)
  • Improved formatting with rustfmt

0.2.0

13 Nov 19:50
@djc djc

Choose a tag to compare

  • Add a README to make it clearer what the project is about
  • Return a parser error on integer overflows (fixes #9)
  • Implement support for UNSEEN response code (fixes #2)
  • Add support for LSUB responses (fixes #4)
  • Implement Eq and PartialEq for data types (fixes #3)
  • Add infrastructure for fuzzing the parser (thanks to @sanmai-NL, who found #9)