mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
the basics work
This commit is contained in:
@@ -377,7 +377,7 @@ impl Imap {
|
||||
if self.is_connected() && !self.should_reconnect() {
|
||||
return Ok(());
|
||||
}
|
||||
if !context.sql.get_raw_config_bool(context, "configured").await {
|
||||
if !context.is_configured().await {
|
||||
return Err(Error::ConnectWithoutConfigure);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user