Fix mail-parser panic with certain messages containing corrupted attachments
This commit is contained in:
@@ -13,6 +13,7 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
|
||||
## Fixed
|
||||
- Live tracing in community and OSS versions.
|
||||
- Timezone changes from the `AccountSettings` object return `invalidProperties`.
|
||||
- `mail-parser` panic with certain messages containing corrupted attachments.
|
||||
|
||||
## [0.16.3] - 2026-04-30
|
||||
|
||||
|
||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -4163,9 +4163,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mail-parser"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f82a3d6522697593ba4c683e0a6ee5a40fee93bc1a525e3cc6eeb3da11fd8897"
|
||||
checksum = "d8a2420e9ce11c2b0583ca97ddff7ab2398c8a613154e9b72e3bafdbf767f1d7"
|
||||
dependencies = [
|
||||
"encoding_rs",
|
||||
"hashify",
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
BzNqAzrQXuc-FYcvnkey9hBXkjMDd9HrgWlyb4S9I7E
|
||||
2-nY_zZI8RUaBuk0LUqvnkfBeJgPdViYvXF3xHDF7cI
|
||||
Reference in New Issue
Block a user