Added Private-Email profile

This commit is contained in:
M66B 2024-02-09 13:28:33 +01:00
parent 5a15323001
commit 8011afccc7
1 changed files with 13 additions and 0 deletions

View File

@ -2238,4 +2238,17 @@
tokenEndpoint="http://reg.163.com/open/oauth2/token.do" />
<!-- https://reg.163.com/help/help_oauth2.html -->
</provider>
<provider
name="Private-Mail"
domain="privatemail\\.com"
link="https://privatemail.com/">
<imap
host="smtp.privatemail.com"
port="993"
starttls="false" />
<smtp
host="smtp.privatemail.com"
port="465"
starttls="false" />
</provider>
</providers>