Skip to content

Releases: feature23/QuoteParser.NET

1.0.0

22 Jan 01:43
989f6c1
Compare
Choose a tag to compare

This is the first public release of this library. It is aiming to be a 100% straight port from the upstream Kotlin library.

Known issues:

  • Start and end line numbers of the parsed result may differ from what the upstream library returns, due to multiple line handling differences between the javax MimeMessage API and the MimeKit library used by this project.