fix: Validate mail data (#150)

Do not allow bare CR and LF etc.
This commit is contained in:
l
2026-08-18 12:21:28 +02:00
committed by missytake
parent 0473f5a588
commit 49b65b676a
3 changed files with 92 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ serini = "0.2.2"
tokio = { version = "1.52.1", features = ["full"] }
thiserror = "2.0.18"
mailparse = "0.16.1"
memchr = "2.8.0"
log = "0.4.29"
env_logger = "0.11.10"
governor = "0.10.4"