Corona is an echomail processor / netmail tracker for FidoNet Technology Network (FTN).
- SQLite mail storage - use the power of SQL
- self-contained - no external dependencies needed
- Rust
- Install Rust.
Execute
cargo build
to compile in debug mode orcargo build --release
for release mode.