Move src/imap_client.rs into src/imap/client.rs

This commit is contained in:
Alexander Krotov
2020-02-16 03:54:14 +03:00
committed by holger krekel
parent 8ed08f701d
commit 4eb9660bfa
4 changed files with 4 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ pub mod contact;
pub mod context;
mod e2ee;
mod imap;
mod imap_client;
pub mod imex;
#[macro_use]
pub mod job;