We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e44c7 commit 75a2e86Copy full SHA for 75a2e86
src/extensions/mod.rs
@@ -1,5 +1,7 @@
1
//! Implementations of various IMAP extensions.
2
+#[cfg(feature = "compress")]
3
pub mod compress;
4
+
5
pub mod idle;
6
7
pub mod quota;
0 commit comments