mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
fix fmt
This commit is contained in:
@@ -554,8 +554,12 @@ impl Imap {
|
||||
s
|
||||
});
|
||||
|
||||
log_event!(context, Event::IMAP_CONNECTED,
|
||||
0, "IMAP-LOGIN as {} ok", as_str(lp.mail_user),
|
||||
log_event!(
|
||||
context,
|
||||
Event::IMAP_CONNECTED,
|
||||
0,
|
||||
"IMAP-LOGIN as {} ok",
|
||||
as_str(lp.mail_user),
|
||||
);
|
||||
info!(context, 0, "IMAP-capabilities:{}", caps_list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user