mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
add SMTP_CONNECTED and IMAP_CONNECTED events
This commit is contained in:
@@ -554,6 +554,9 @@ impl Imap {
|
||||
s
|
||||
});
|
||||
|
||||
log_event!(context, Event::IMAP_CONNECTED,
|
||||
0, "IMAP-LOGIN as {} ok", as_str(lp.mail_user),
|
||||
);
|
||||
info!(context, 0, "IMAP-capabilities:{}", caps_list);
|
||||
|
||||
let mut config = self.config.write().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user