refactor: Use a custom, minimal SMTP client instead of lettre (#33)

This disables the Nagle's algorithm on re-insertion.

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-02-06 11:15:14 +01:00
committed by GitHub
parent 8d18b73681
commit 0ee1e9924c
8 changed files with 119 additions and 570 deletions
+1
View File
@@ -30,6 +30,7 @@ pub(crate) mod inbound;
pub(crate) mod message;
pub(crate) mod openpgp;
pub(crate) mod outbound;
pub(crate) mod smtp_client;
pub(crate) mod smtp_server;
pub(crate) mod utils;