fix: add tolerant HTML-to-text extraction (#141)

This commit is contained in:
rustmailer
2026-01-28 13:19:33 +08:00
parent 01dba4f71b
commit fed28c3eca
3 changed files with 32 additions and 8 deletions
+1
View File
@@ -26,6 +26,7 @@ use rand::{rng, Rng};
use super::error::code::ErrorCode;
pub mod encrypt;
pub mod html;
pub mod net;
pub mod rate_limit;
pub mod shutdown;