This commit is contained in:
holger krekel
2019-07-02 08:36:15 +02:00
parent 2c26f4f2ab
commit 08bade2c7c
2 changed files with 16 additions and 9 deletions

View File

@@ -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);