Skip to content

Commit 1352fc0

Browse files
committed
Add comprehensive integration test suite (51 tests)
- Email sending/receiving tests - SMTP commands: HELO, EHLO, NOOP, RSET, VRFY, QUIT - TLS/SMTPS and STARTTLS tests - SMTP AUTH tests - WebSocket real-time updates tests - HTTP API tests (GET, DELETE) - Whitelist filtering tests - Concurrent sending tests - Multipart email tests - Unicode/special characters tests - Large email body tests - Edge cases and error handling
1 parent 61a3e2c commit 1352fc0

File tree

2 files changed

+899
-0
lines changed

2 files changed

+899
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ tokio-tungstenite = "0.26"
4141
futures-util = "0.3"
4242
urlencoding = "2"
4343
rustls = "0.23"
44+
chrono = "0.4"
4445

4546
[lints.clippy]
4647
pedantic = { level = "warn", priority = -1 }

0 commit comments

Comments
 (0)