mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Log IDLE errors with all contexts
This commit is contained in:
@@ -273,7 +273,7 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder_config: Config)
|
|||||||
Ok(v) => v,
|
Ok(v) => v,
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
connection.trigger_reconnect(ctx).await;
|
connection.trigger_reconnect(ctx).await;
|
||||||
warn!(ctx, "{}", err);
|
warn!(ctx, "{:#}", err);
|
||||||
InterruptInfo::new(false)
|
InterruptInfo::new(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user