mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
add testrun to provider-db
This commit is contained in:
committed by
holger krekel
parent
66d3440675
commit
e14a113277
@@ -211,6 +211,19 @@ lazy_static::lazy_static! {
|
|||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// testrun.md: testrun.org
|
||||||
|
static ref P_TESTRUN: Provider = Provider {
|
||||||
|
status: Status::OK,
|
||||||
|
before_login_hint: "",
|
||||||
|
after_login_hint: "",
|
||||||
|
overview_page: "https://providers.delta.chat/testrun",
|
||||||
|
server: vec![
|
||||||
|
Server { protocol: IMAP, socket: SSL, hostname: "testrun.org", port: 993, username_pattern: EMAIL },
|
||||||
|
Server { protocol: IMAP, socket: STARTTLS, hostname: "testrun.org", port: 143, username_pattern: EMAIL },
|
||||||
|
Server { protocol: SMTP, socket: STARTTLS, hostname: "testrun.org", port: 587, username_pattern: EMAIL },
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
// tiscali.it.md: tiscali.it
|
// tiscali.it.md: tiscali.it
|
||||||
static ref P_TISCALI_IT: Provider = Provider {
|
static ref P_TISCALI_IT: Provider = Provider {
|
||||||
status: Status::OK,
|
status: Status::OK,
|
||||||
@@ -303,6 +316,7 @@ lazy_static::lazy_static! {
|
|||||||
("protonmail.ch", &*P_PROTONMAIL),
|
("protonmail.ch", &*P_PROTONMAIL),
|
||||||
("t-online.de", &*P_T_ONLINE),
|
("t-online.de", &*P_T_ONLINE),
|
||||||
("magenta.de", &*P_T_ONLINE),
|
("magenta.de", &*P_T_ONLINE),
|
||||||
|
("testrun.org", &*P_TESTRUN),
|
||||||
("tiscali.it", &*P_TISCALI_IT),
|
("tiscali.it", &*P_TISCALI_IT),
|
||||||
("web.de", &*P_WEB_DE),
|
("web.de", &*P_WEB_DE),
|
||||||
("email.de", &*P_WEB_DE),
|
("email.de", &*P_WEB_DE),
|
||||||
|
|||||||
Reference in New Issue
Block a user