This repository was archived by the owner on Jul 22, 2019. It is now read-only.
Releases: djc/imap-proto
Releases · djc/imap-proto
0.3.0
0.2.0
- 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)