Docs.rs
async-imap-0.10.4
async-imap 0.10.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dignifiedquire
link2xt
Dependencies
async-channel ^2.0.0
normal
async-compression ^0.4.15
normal
optional
async-std ^1.8.0
normal
optional
base64 ^0.22.1
normal
bytes ^1
normal
chrono ^0.4
normal
futures ^0.3.15
normal
imap-proto ^0.16.4
normal
log ^0.4.8
normal
nom ^7.0
normal
pin-project ^1
normal
pin-utils ^0.1.0-alpha.4
normal
self_cell ^1.0.1
normal
stop-token ^0.7
normal
thiserror ^1.0.9
normal
tokio ^1
normal
optional
async-std ^1.8.0
dev
pretty_assertions ^1.2
dev
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
imap
0.10.4
Module extensions
Module Items
Modules
In crate async_
imap
async_imap
Module
extensions
Copy item path
Source
Expand description
Implementations of various IMAP extensions.
Modules
ยง
id
IMAP ID extension specified in
RFC2971
idle
Adds support for the IMAP IDLE command specificed in
RFC2177
.
quota
Adds support for the GETQUOTA and GETQUOTAROOT commands specificed in
RFC2087
.