mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
fix From:-header bug (#2193)
* add failing test for From:-header bug the test fails on the last check for quote-encapsulated utf-8 strings. * Update mailparse Co-authored-by: link2xt <link2xt@testrun.org>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2079,9 +2079,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mailparse"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "388a77a7f161b32d0314404306b8ed5966b34b797fc9ef6bcf6686935162da3c"
|
||||
checksum = "31de1f9043c582efde7dbd93de56600df12b6c4488a67eeaefa74ea364019b22"
|
||||
dependencies = [
|
||||
"base64 0.12.3",
|
||||
"charset",
|
||||
|
||||
Reference in New Issue
Block a user