fix some things, add more debugging statements

This commit is contained in:
dignifiedquire
2019-07-18 18:30:54 +02:00
committed by holger krekel
parent 7b7ce9348f
commit a3e1042001
9 changed files with 382 additions and 130 deletions

View File

@@ -1053,7 +1053,8 @@ impl Imap {
let mut idle = match session.idle() {
Ok(idle) => idle,
Err(err) => {
panic!("failed to setup idle: {:?}", err);
eprintln!("failed to setup idle: {:?}", err);
return;
}
};