mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 13:48:58 +00:00
Added AOL OAuth
This commit is contained in:
parent
7745ce3499
commit
f5bd394de6
1 changed files with 11 additions and 0 deletions
|
@ -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…
Reference in a new issue