diff --git a/src/provider/data.rs b/src/provider/data.rs index a20d8dfc7..6538d0026 100644 --- a/src/provider/data.rs +++ b/src/provider/data.rs @@ -141,14 +141,14 @@ static P_BUZON_UY: Lazy = Lazy::new(|| Provider { Server { protocol: IMAP, socket: STARTTLS, - hostname: "buzon.uy", + hostname: "mail.buzon.uy", port: 143, username_pattern: EMAIL, }, Server { protocol: SMTP, socket: STARTTLS, - hostname: "buzon.uy", + hostname: "mail.buzon.uy", port: 587, username_pattern: EMAIL, }, @@ -1109,4 +1109,4 @@ pub static PROVIDER_DATA: Lazy> = Lazy: }); pub static PROVIDER_UPDATED: Lazy = - Lazy::new(|| chrono::NaiveDate::from_ymd(2020, 10, 17)); + Lazy::new(|| chrono::NaiveDate::from_ymd(2020, 10, 22));