postcrate-core 0.1.1

Embeddable SMTP capture engine: server, multi-mailbox lifecycle, chaos simulation, SQLite persistence, HTTP API.
Documentation
1
2
3
4
5
6
7
8
//! Mailbox lifecycle. Each mailbox owns one TCP listener bound to its
//! own port; the [`MailboxService`] coordinates creation, deletion, and
//! TTL expiration.

pub mod kinds;
pub mod lifecycle;
pub mod ports;
pub mod service;