mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
don't use literal "configured_" strings all over the place but have clear APIs for loading/saving account login params
This commit is contained in:
@@ -224,7 +224,7 @@ impl Imap {
|
||||
bail!("IMAP Connect without configured params");
|
||||
}
|
||||
|
||||
let param = LoginParam::from_database(context, "configured_").await?;
|
||||
let param = LoginParam::load_configured_params(context).await?;
|
||||
// the trailing underscore is correct
|
||||
|
||||
let imap = Self::new(
|
||||
|
||||
Reference in New Issue
Block a user