mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Emit Event::ErrorNetwork again
This commit is contained in:
@@ -309,7 +309,7 @@ impl Imap {
|
|||||||
.await;
|
.await;
|
||||||
|
|
||||||
warn!(context, "{} ({})", message, err);
|
warn!(context, "{} ({})", message, err);
|
||||||
error!(context, "{}", message);
|
emit_event!(context, Event::ErrorNetwork(message.clone()));
|
||||||
|
|
||||||
let lock = context.wrong_pw_warning_mutex.lock().await;
|
let lock = context.wrong_pw_warning_mutex.lock().await;
|
||||||
if self.login_failed_once
|
if self.login_failed_once
|
||||||
|
|||||||
Reference in New Issue
Block a user