mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
wip try test that we see INFO events from the core
This commit is contained in:
@@ -467,6 +467,7 @@ impl Imap {
|
||||
}
|
||||
|
||||
fn unsetup_handle(&self, context: &Context) {
|
||||
info!(context, 0, "IMAP unsetup_handle starts");
|
||||
let session = self.session.lock().unwrap().0.take();
|
||||
if session.is_some() {
|
||||
match session.unwrap().close() {
|
||||
|
||||
Reference in New Issue
Block a user