Added AOL OAuth

pull/210/head
M66B 2 years ago
parent 7745ce3499
commit f5bd394de6

@ -857,6 +857,7 @@
name="AOL"
documentation="For AOL you need to use an app password instead of your normal account password, please <a href="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88">see here</a>."
domain="aol\\..*,compuserve\\.com"
id="aol"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88">
<imap
host="imap.aol.com"
@ -866,6 +867,16 @@
host="smtp.aol.com"
port="465"
starttls="false" />
<oauth
askAccount="true"
authorizationEndpoint="https://api.login.aol.com/oauth2/request_auth"
clientId="dj0yJmk9SFVJYWVtS21RMjYyJmQ9WVdrOVJVcENRMXBTT1drbWNHbzlNQT09JnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PTJh"
enabled="true"
pcke="true"
privacy="https://legal.yahoo.com/us/en/yahoo/privacy/index.html"
redirectUri="https://oauth.faircode.eu/"
scopes="mail-w"
tokenEndpoint="https://api.login.aol.com/oauth2/get_token" />
</provider>
<provider
name="Verizon"

Loading…
Cancel
Save