https://github.com/mattnenterprise/rust-imap
IMAP client for Rust
https://github.com/mattnenterprise/rust-imap
imap imap-client rust rust-imap
Last synced: 6 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T01:31:42.000Z (over 7 years ago)
- Last Synced: 2024-08-05T09:17:09.790Z (almost 2 years 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).**