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
//! The one place that turns a captured SMTP envelope into a persisted
//! email row, and the retention worker that prunes old data.

pub mod forwarding;
pub mod ingest;
pub mod retention;
pub mod webhooks;