Added Zoho Oauth

master
M66B 11 hours ago
parent cefc0f8e4d
commit 29bfcaef73

@ -787,9 +787,10 @@
starttls="false" />
</provider>
<provider
name="Zoho"
name="Zoho personal"
documentation="You might need to &lt;a href=&quot;https://www.zoho.com/mail/help/imap-access.html#EnableIMAP&quot;&gt;enable IMAP&lt;/a&gt; and use &lt;a href=&quot;https://help.zoho.com/portal/en/kb/bigin/channels/email/articles/generate-an-app-specific-password&quot;&gt;an app password&lt;/a&gt;."
domain="zoho\\.com"
id="zoho"
link="https://www.zoho.com/mail/help/imap-access.html"
maxtls="1.2">
<imap
@ -800,46 +801,81 @@
host="smtp.zoho.com"
port="465"
starttls="false" />
<!-- https://www.zoho.com/mail/help/api/using-oauth-2.html -->
<oauth
askAccount="true"
authorizationEndpoint="https://accounts.zoho.com/oauth/v2/auth"
clientId="1000.54H0AT9HC009NH4487PTRMJ0OBZG3E"
clientSecret="0df0714db9cfaf52f79902172351dcd956ebffa111"
enabled="true"
privacy="https://www.zoho.com/privacy.html"
prompt="consent"
redirectUri="https://oauth.faircode.eu/"
scopes="ZohoMail.messages.ALL"
tokenEndpoint="https://accounts.zoho.com/oauth/v2/token"
tokenScopes="false">
<parameter
key="access_type"
value="offline" />
</oauth>
</provider>
<provider
name="Zoho EU"
name="Zoho pro"
documentation="You might need to &lt;a href=&quot;https://www.zoho.com/mail/help/imap-access.html#EnableIMAP&quot;&gt;enable IMAP&lt;/a&gt; and use &lt;a href=&quot;https://help.zoho.com/portal/en/kb/bigin/channels/email/articles/generate-an-app-specific-password&quot;&gt;an app password&lt;/a&gt;."
domain="zohomail\\.eu,zoho\\.eu"
link="https://www.zoho.eu/mail/help/imap-access.html"
id="zohopro"
link="https://www.zoho.com/mail/help/imap-access.html"
maxtls="1.2">
<imap
host="imap.zoho.eu"
host="imappro.zoho.com"
port="993"
starttls="false" />
<smtp
host="smtp.zoho.eu"
host="smtppro.zoho.com"
port="465"
starttls="false" />
<oauth
askAccount="true"
authorizationEndpoint="https://accounts.zoho.com/oauth/v2/auth"
clientId="1000.54H0AT9HC009NH4487PTRMJ0OBZG3E"
clientSecret="0df0714db9cfaf52f79902172351dcd956ebffa111"
enabled="true"
privacy="https://www.zoho.com/privacy.html"
prompt="consent"
redirectUri="https://oauth.faircode.eu/"
scopes="ZohoMail.messages.ALL"
tokenEndpoint="https://accounts.zoho.com/oauth/v2/token"
tokenScopes="false">
<parameter
key="access_type"
value="offline" />
</oauth>
</provider>
<provider
name="Zoho AU"
name="Zoho EU"
documentation="You might need to &lt;a href=&quot;https://www.zoho.com/mail/help/imap-access.html#EnableIMAP&quot;&gt;enable IMAP&lt;/a&gt; and use &lt;a href=&quot;https://help.zoho.com/portal/en/kb/bigin/channels/email/articles/generate-an-app-specific-password&quot;&gt;an app password&lt;/a&gt;."
domain="zohomail\\.com\\.au"
domain="zohomail\\.eu,zoho\\.eu"
link="https://www.zoho.eu/mail/help/imap-access.html"
maxtls="1.2">
<imap
host="imap.zoho.com.au"
host="imap.zoho.eu"
port="993"
starttls="false" />
<smtp
host="smtp.zoho.com.au"
host="smtp.zoho.eu"
port="465"
starttls="false" />
</provider>
<provider
name="Zoho pro"
name="Zoho AU"
documentation="You might need to &lt;a href=&quot;https://www.zoho.com/mail/help/imap-access.html#EnableIMAP&quot;&gt;enable IMAP&lt;/a&gt; and use &lt;a href=&quot;https://help.zoho.com/portal/en/kb/bigin/channels/email/articles/generate-an-app-specific-password&quot;&gt;an app password&lt;/a&gt;."
domain="zohomail\\.com\\.au"
maxtls="1.2">
<imap
host="imappro.zoho.com"
host="imap.zoho.com.au"
port="993"
starttls="false" />
<smtp
host="smtppro.zoho.com"
host="smtp.zoho.com.au"
port="465"
starttls="false" />
</provider>

Loading…
Cancel
Save