mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 04:16:30 +03:00
get fix wrt aol from provider-database
aol is not proken, it just needs some prepararions :) command for updating: ./src/provider/update.py ../provider-db/_providers/ > src/provider/data.rs
This commit is contained in:
committed by
Alexander Krotov
parent
900a17fc00
commit
4f8c5965ac
@@ -22,9 +22,9 @@ lazy_static::lazy_static! {
|
|||||||
|
|
||||||
// aol.md: aol.com
|
// aol.md: aol.com
|
||||||
static ref P_AOL: Provider = Provider {
|
static ref P_AOL: Provider = Provider {
|
||||||
status: Status::BROKEN,
|
status: Status::PREPARATION,
|
||||||
before_login_hint: "You can't use Delta Chat to login to AOL.",
|
before_login_hint: "To log in to AOL with Delta Chat, you need to set up an app password in the AOL web interface.",
|
||||||
after_login_hint: "Seems like you logged in anyway, congratulations! 🎉 Feel free to tell us at https://github.com/deltachat/provider-db/issues that AOL works again.",
|
after_login_hint: "",
|
||||||
overview_page: "https://providers.delta.chat/aol",
|
overview_page: "https://providers.delta.chat/aol",
|
||||||
server: vec![
|
server: vec![
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user