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