Skip to content

v0.9.1

Choose a tag to compare

@mdecimus mdecimus released this 22 Sep 11:41
· 46 commits to main since this release

mail-parser 0.9.1

  • Fixed panic when Content-Disposition is empty (#63)
  • Removed content_type() and address() functions that could panic!. Use as_content_type() and as_address() instead.
  • Updated Rust edition to 2021.