mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
(dig,hpk) add test and fix for wrong dbs
This commit is contained in:
@@ -558,12 +558,7 @@ impl Imap {
|
||||
Some(ref mut session) => {
|
||||
if let Ok(caps) = session.capabilities() {
|
||||
if !context.sql.is_open() {
|
||||
warn!(
|
||||
context,
|
||||
0,
|
||||
"IMAP-LOGIN as {} ok but ABORTING",
|
||||
lp.mail_user,
|
||||
);
|
||||
warn!(context, 0, "IMAP-LOGIN as {} ok but ABORTING", lp.mail_user,);
|
||||
teardown = true;
|
||||
} else {
|
||||
let can_idle = caps.has("IDLE");
|
||||
|
||||
Reference in New Issue
Block a user