fix: Validate mail data (#150)

Do not allow bare CR and LF etc.
This commit is contained in:
l
2026-05-12 07:00:21 +02:00
committed by GitHub
parent 36921dd29f
commit a65e7a1490
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"