chore: sync mailcore v0.1.0-beta.1

This commit is contained in:
Eugen Kaparulin
2026-04-17 09:05:47 +03:00
parent 2a4f740cbd
commit 90c8571d26
19 changed files with 4191 additions and 0 deletions

2
mailcore/src/smtp/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod client;
pub use client::SmtpClient;