fix: use default server list for providers that don't have one

There are providers in the provider database
that do not have servers specified.
For such providers default list should be tried
just like when configuring unknown providers.
This commit is contained in:
link2xt
2024-09-02 01:18:38 +00:00
parent 845420cf17
commit 0a46e64971
3 changed files with 174 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
//! [Provider database](https://providers.delta.chat/) module.
mod data;
pub(crate) mod data;
use anyhow::Result;
use deltachat_contact_tools::EmailAddress;