Lightweight, fast Rust implementation of the IMAP protocol with flexible storage backends and an extensible handler structurefor customization
cargo run
will run the server on port 1433
with 10
handler threads
cargo test
will run all the tests to ensure you have not introduced a regression