clean part 1

This commit is contained in:
Clément DOUIN
2026-05-06 23:02:11 +02:00
parent 8416a41f99
commit cd27969e14
179 changed files with 5244 additions and 3357 deletions
+7
View File
@@ -0,0 +1,7 @@
#[cfg(any(feature = "imap", feature = "jmap", feature = "maildir"))]
pub mod attachments;
pub mod client;
pub mod envelopes;
pub mod flags;
pub mod mailboxes;
pub mod messages;