mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Fastmail OAuth update
This commit is contained in:
parent
9e45218f46
commit
5dbfb1f16e
1 changed files with 3 additions and 3 deletions
|
@ -442,7 +442,7 @@
|
|||
starttls="false" />
|
||||
</provider>
|
||||
<provider
|
||||
name="FastMail"
|
||||
name="Fastmail"
|
||||
appPassword="true"
|
||||
documentation="You might need an app password; You can\'t use third party email apps with the basic plan, please <a href="https://www.fastmail.help/hc/en-us/articles/360058752854-App-passwords">see here</a>."
|
||||
domain="fastmail\\..*"
|
||||
|
@ -467,9 +467,9 @@
|
|||
askAccount="true"
|
||||
authorizationEndpoint="https://api.fastmail.com/oauth/authorize"
|
||||
clientId="353941ae"
|
||||
enabled="debug"
|
||||
enabled="true"
|
||||
privacy="https://www.fastmail.com/features/privacy/"
|
||||
redirectUri="http://localhost:49491/"
|
||||
redirectUri="https://oauth.faircode.eu/"
|
||||
scopes="https://www.fastmail.com/dev/protocol-imap,https://www.fastmail.com/dev/protocol-smtp,https://www.fastmail.com/dev/protocol-pop"
|
||||
tokenEndpoint="https://api.fastmail.com/oauth/refresh">
|
||||
<!-- https://www.fastmail.com/dev/#o-auth-at-fastmail -->
|
||||
|
|
Loading…
Reference in a new issue