feat: email bounce check (#6774)

* feat: neverbounce API client

* feat(labrinth): integrate neverbounce

* chore: tombi

* chore: typo

* chore: clippy

* chore: remove unused dep

* chore: cleanup
This commit is contained in:
François-Xavier Talbot
2026-07-20 10:58:46 +02:00
committed by GitHub
parent 7144f08f0f
commit 6319832465
9 changed files with 406 additions and 24 deletions
+1
View File
@@ -14,6 +14,7 @@ pub mod http;
pub mod img;
pub mod ip;
pub mod kafka;
pub mod neverbounce;
pub mod ratelimit;
pub mod redis;
pub mod routes;