This is a IMAP client written in Rust. It can connect to an IMAP server and authenticate using a username and password.
Rust 1.46 or later
To build the client, run cargo build in the root directory of the project.
To run the client, use the following command:
cargo run -- <hostname> <port> <username>
Replace <hostname>, <port>, and <username> with the hostname,