Module imap_types::extensions::compress
source · Available on crate features
ext_*
and ext_compress
only.Expand description
The IMAP COMPRESS Extension
This extension defines a new type …
… and extends …
- the
Capability
enum with a new variantCapability::Compress
, - the
Command
enum with a new variantCommand::Compress
, and - the
Code
enum with a new variantCode::CompressionActive
.