mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
chore: update provider database
This commit is contained in:
@@ -6,7 +6,7 @@ set -euo pipefail
|
|||||||
export TZ=UTC
|
export TZ=UTC
|
||||||
|
|
||||||
# Provider database revision.
|
# Provider database revision.
|
||||||
REV=956475aff51caf577067de1f747a788899fd63fc
|
REV=05c1b2029da74718e4bdc3799a46e29c4f794dc7
|
||||||
|
|
||||||
CORE_ROOT="$PWD"
|
CORE_ROOT="$PWD"
|
||||||
TMP="$(mktemp -d)"
|
TMP="$(mktemp -d)"
|
||||||
|
|||||||
@@ -520,7 +520,7 @@ static P_FREENET_DE: Provider = Provider {
|
|||||||
static P_GMAIL: Provider = Provider {
|
static P_GMAIL: Provider = Provider {
|
||||||
id: "gmail",
|
id: "gmail",
|
||||||
status: Status::Preparation,
|
status: Status::Preparation,
|
||||||
before_login_hint: "For Gmail accounts, you need to create an app-password if you have \"2-Step Verification\" enabled. If this setting is not available, you need to enable \"less secure apps\".",
|
before_login_hint: "For Gmail accounts, you need to have \"2-Step Verification\" enabled and create an app-password.",
|
||||||
after_login_hint: "",
|
after_login_hint: "",
|
||||||
overview_page: "https://providers.delta.chat/gmail",
|
overview_page: "https://providers.delta.chat/gmail",
|
||||||
server: &[
|
server: &[
|
||||||
@@ -1600,11 +1600,13 @@ static P_VIVALDI: Provider = Provider {
|
|||||||
// vk.com.md: vk.com
|
// vk.com.md: vk.com
|
||||||
static P_VK_COM: Provider = Provider {
|
static P_VK_COM: Provider = Provider {
|
||||||
id: "vk.com",
|
id: "vk.com",
|
||||||
status: Status::Broken,
|
status: Status::Preparation,
|
||||||
before_login_hint: "К сожалению, VK Почта не поддерживает работу с Delta Chat. См. https://help.vk.mail.ru/vkmail/questions/client",
|
before_login_hint: "Вам необходимо сгенерировать \"пароль для внешнего приложения\" в веб-интерфейсе mail.ru https://account.mail.ru/user/2-step-auth/passwords/ чтобы vk.com работал с Delta Chat.",
|
||||||
after_login_hint: "",
|
after_login_hint: "",
|
||||||
overview_page: "https://providers.delta.chat/vk-com",
|
overview_page: "https://providers.delta.chat/vk-com",
|
||||||
server: &[
|
server: &[
|
||||||
|
Server { protocol: Imap, socket: Ssl, hostname: "imap.mail.ru", port: 993, username_pattern: Email },
|
||||||
|
Server { protocol: Smtp, socket: Ssl, hostname: "smtp.mail.ru", port: 465, username_pattern: Email },
|
||||||
],
|
],
|
||||||
opt: ProviderOptions::new(),
|
opt: ProviderOptions::new(),
|
||||||
config_defaults: None,
|
config_defaults: None,
|
||||||
@@ -2415,4 +2417,4 @@ pub(crate) static PROVIDER_IDS: Lazy<HashMap<&'static str, &'static Provider>> =
|
|||||||
});
|
});
|
||||||
|
|
||||||
pub static _PROVIDER_UPDATED: Lazy<chrono::NaiveDate> =
|
pub static _PROVIDER_UPDATED: Lazy<chrono::NaiveDate> =
|
||||||
Lazy::new(|| chrono::NaiveDate::from_ymd_opt(2024, 8, 1).unwrap());
|
Lazy::new(|| chrono::NaiveDate::from_ymd_opt(2024, 8, 14).unwrap());
|
||||||
|
|||||||
Reference in New Issue
Block a user