cleanup imap impl

This commit is contained in:
dignifiedquire
2019-11-10 19:06:21 +01:00
committed by holger krekel
parent b4e2b69086
commit 86f66f4d78
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;