Skip to content

Commit

Permalink
Add entries for OX Cloud EU and US
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Rosenauer authored and cketti committed Aug 27, 2024
1 parent ee2e5be commit 54d8a4c
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
39 changes: 39 additions & 0 deletions ispdb/oxcloud-eu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="OXCloud-EU">
<domain>cloudeu.xion.oxcs.net</domain>

<displayName>OX Cloud EU</displayName>
<displayShortName>OX Cloud EU</displayShortName>

<incomingServer type="imap">
<hostname>imap.eu.appsuite.cloud</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.eu.appsuite.cloud</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.eu.appsuite.cloud</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.eu.appsuite.cloud</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://confluence-public.open-xchange.com/display/OASC/OX+Cloud+%28OX+brand%29+endpoints"/>
</emailProvider>
</clientConfig>
39 changes: 39 additions & 0 deletions ispdb/oxcloud-us.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="OXCloud-US">
<domain>cloudus.xion.oxcs.net</domain>

<displayName>OX Cloud US</displayName>
<displayShortName>OX Cloud US</displayShortName>

<incomingServer type="imap">
<hostname>imap.us.appsuite.cloud</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.us.appsuite.cloud</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.us.appsuite.cloud</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.us.appsuite.cloud</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://confluence-public.open-xchange.com/display/OASC/OX+Cloud+%28OX+brand%29+endpoints"/>
</emailProvider>
</clientConfig>

0 comments on commit 54d8a4c

Please sign in to comment.