Added provider Thundermail (2)

master
M66B 1 month ago
parent bdcbe924a8
commit 5836dde9ac

@ -2548,7 +2548,8 @@
<provider <provider
name="Thundermail" name="Thundermail"
appPassword="true" appPassword="true"
domain="thundermail\\.com,tb\\.pro"> domain="thundermail\\.com,tb\\.pro"
id="thundermail">
<imap <imap
host="mail.thundermail.com" host="mail.thundermail.com"
port="993" port="993"
@ -2559,13 +2560,13 @@
starttls="false" /> starttls="false" />
<oauth <oauth
askAccount="true" askAccount="true"
authorizationEndpoint="???" authorizationEndpoint="https://auth.tb.pro/realms/tbpro/protocol/openid-connect/auth"
clientId="ext-fairemail" clientId="ext-fairemail"
clientSecret="???" clientSecret=""
enabled="false" enabled="true"
privacy="https://tb.pro/privacy/" privacy="https://tb.pro/privacy/"
redirectUri="https://oauth.faircode.eu/" redirectUri="https://oauth.faircode.eu/"
scopes="openid,profile,email,offline_access" scopes="openid,profile,email,offline_access"
tokenEndpoint="???" /> tokenEndpoint="https://auth.tb.pro/realms/tbpro/protocol/openid-connect/token" />
</provider> </provider>
</providers> </providers>

Loading…
Cancel
Save