Port Spam filter to Rust - part 5

This commit is contained in:
mdecimus
2024-12-11 17:57:34 +01:00
parent 44ae796d9b
commit b5696c2d26
23 changed files with 1017 additions and 459 deletions

3
Cargo.lock generated
View File

@@ -6450,6 +6450,7 @@ dependencies = [
"decancer",
"hyper 1.5.1",
"idna 1.0.3",
"infer 0.16.0",
"mail-auth",
"mail-builder",
"mail-parser",
@@ -6457,6 +6458,8 @@ dependencies = [
"nlp",
"psl",
"reqwest 0.12.9",
"sha1",
"sha2 0.10.8",
"smtp-proto",
"store",
"tokio",