mirror of
https://github.com/chatmail/relay.git
synced 2026-09-18 13:20:09 +00:00
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:
committed by
GitHub
parent
8d18b73681
commit
0ee1e9924c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user