#POP3 Client using Rust
This is a simple POP3 client written in Rust. It can connect to a POP3 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.
cargo build
cargo run -- <hostname> <port> <username>