cleanup imap impl

This commit is contained in:
dignifiedquire
2019-11-10 19:06:21 +01:00
parent 6066821b50
commit 68b2707d12
4 changed files with 340 additions and 346 deletions

View File

@@ -40,6 +40,7 @@ pub mod contact;
pub mod context;
mod e2ee;
mod imap;
mod imap_client;
pub mod imex;
pub mod job;
mod job_thread;