Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-22 | 268 Bytes | |
v0.9.1 source code.tar.gz | 2023-09-22 | 535.2 kB | |
v0.9.1 source code.zip | 2023-09-22 | 778.1 kB | |
Totals: 3 Items | 1.3 MB | 0 |
mail-parser 0.9.1
- Fixed panic when Content-Disposition is empty (#63)
- Removed
content_type()
andaddress()
functions that couldpanic!
. Useas_content_type()
andas_address()
instead. - Updated Rust edition to 2021.