mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
update provider-db
This commit is contained in:
committed by
holger krekel
parent
e5da5c48f1
commit
75df8f762c
@@ -141,14 +141,14 @@ static P_BUZON_UY: Lazy<Provider> = Lazy::new(|| Provider {
|
|||||||
Server {
|
Server {
|
||||||
protocol: IMAP,
|
protocol: IMAP,
|
||||||
socket: STARTTLS,
|
socket: STARTTLS,
|
||||||
hostname: "buzon.uy",
|
hostname: "mail.buzon.uy",
|
||||||
port: 143,
|
port: 143,
|
||||||
username_pattern: EMAIL,
|
username_pattern: EMAIL,
|
||||||
},
|
},
|
||||||
Server {
|
Server {
|
||||||
protocol: SMTP,
|
protocol: SMTP,
|
||||||
socket: STARTTLS,
|
socket: STARTTLS,
|
||||||
hostname: "buzon.uy",
|
hostname: "mail.buzon.uy",
|
||||||
port: 587,
|
port: 587,
|
||||||
username_pattern: EMAIL,
|
username_pattern: EMAIL,
|
||||||
},
|
},
|
||||||
@@ -1109,4 +1109,4 @@ pub static PROVIDER_DATA: Lazy<HashMap<&'static str, &'static Provider>> = Lazy:
|
|||||||
});
|
});
|
||||||
|
|
||||||
pub static PROVIDER_UPDATED: Lazy<chrono::NaiveDate> =
|
pub static PROVIDER_UPDATED: Lazy<chrono::NaiveDate> =
|
||||||
Lazy::new(|| chrono::NaiveDate::from_ymd(2020, 10, 17));
|
Lazy::new(|| chrono::NaiveDate::from_ymd(2020, 10, 22));
|
||||||
|
|||||||
Reference in New Issue
Block a user