# Just Enough Doc ## Rum `simple` example This example is meant to show basic service-based IMAP server with boitalettres library. - [Source code](../examples/simple.rs) ```shell $ cargo run --example simple ``` - [Basic python testing script](../scripts/test_imap.py) ```shell $ python scripts/test_imap.py ``` ## References - [`imap-codec`](https://docs.rs/imap-codec): IMAP protocol model+encoder/decoder - [`tower`](https://docs.rs/tower): Service-based request handling library