feat: add proper shutdown logic for imap

This commit is contained in:
dignifiedquire
2019-05-10 19:13:38 +01:00
parent 259f19ca5d
commit 00314ffbe0
3 changed files with 114 additions and 95 deletions

View File

@@ -18,8 +18,6 @@
extern crate failure;
#[macro_use]
extern crate num_derive;
// #[macro_use]
// extern crate rental;
#[macro_use]
pub mod dc_log;