/rust-pop3-client-integration

Rust crate for POP3 client integration

Primary LanguageRustMIT LicenseMIT

#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.

Requirements

Rust 1.46 or later

Building

To build the client, run cargo build in the root directory of the project.

cargo build
cargo run -- <hostname> <port> <username>