mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 08:26:30 +03:00
Log fake IDLE interruptions
This commit is contained in:
@@ -183,6 +183,7 @@ impl Imap {
|
|||||||
}
|
}
|
||||||
Event::Interrupt(info) => {
|
Event::Interrupt(info) => {
|
||||||
// Interrupt
|
// Interrupt
|
||||||
|
info!(context, "Fake IDLE interrupted");
|
||||||
break info;
|
break info;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user