Download Latest Version v0.11.0 source code.tar.gz (535.8 kB)
Email in envelope

Get an email when there's a new version of mail-parser

Home / v0.9.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-09-05 554 Bytes
v0.9.0 source code.tar.gz 2023-09-05 534.6 kB
v0.9.0 source code.zip 2023-09-05 775.9 kB
Totals: 3 Items   1.3 MB 0

This version introduces multiple breaking changes. Please read the following notes carefully.

  • Parsing is now done using MessageParser, which allows to customize the parsing process.
  • Added parser for Received headers.
  • Added MessageParser::parse_headers function to parse only the headers of a message.
  • Removed RfcHeader enum, now all headers are represented using HeaderName.
  • All address types are now stored in the HeaderValue::Address variant using the Address enum.
  • Renamed the as_ prefix to to_ in some functions.
Source: README.md, updated 2023-09-05