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