Skip to content

mail4metablocks/rust-imap-client-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAP Client

This is a IMAP client written in Rust. It can connect to an IMAP 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.

Running

To run the client, use the following command:

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

Replace <hostname>, <port>, and <username> with the hostname,

About

Rust crate for imap client integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages