Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattnenterprise/rust-imap
IMAP client for Rust
https://github.com/mattnenterprise/rust-imap
imap imap-client rust rust-imap
Last synced: 3 months ago
JSON representation
IMAP client for Rust
- Host: GitHub
- URL: https://github.com/mattnenterprise/rust-imap
- Owner: mattnenterprise
- Created: 2015-04-15T20:23:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T01:31:42.000Z (almost 6 years ago)
- Last Synced: 2024-07-18T23:35:35.976Z (4 months ago)
- Topics: imap, imap-client, rust, rust-imap
- Size: 329 KB
- Stars: 69
- Watchers: 7
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This crate lets you connect to and interact with servers that implement
the IMAP protocol ([RFC 3501](https://tools.ietf.org/html/rfc3501) and
various extensions).**It has moved to [jonhoo/rust-imap](https://github.com/jonhoo/rust-imap).**