Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions ispdb/ionos.co.uk
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<clientConfig version="1.1">
<emailProvider id="ionos.co.uk">
<!-- MX servers -->
<domain>ionos.co.uk</domain>
<domain>1and1.co.uk</domain>
<domain>oneandone.co.uk</domain>
<displayName>IONOS</displayName>
<displayShortName>IONOS</displayShortName>
<incomingServer type="imap">
<hostname>imap.ionos.co.uk</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.ionos.co.uk</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.co.uk</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.co.uk</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.co.uk</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.co.uk</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://www.ionos.co.uk/help/index.php?id=2490"/>
</emailProvider>
<webMail>
<loginPage url="https://mail.ionos.co.uk/"/>
<loginPageInfo url="https://mail.ionos.co.uk/">
<username>%EMAILADDRESS%</username>
<usernameField id="username"/>
<passwordField id="password"/>
<loginButton id="submit-login-form"/>
</loginPageInfo>
</webMail>
</clientConfig>
62 changes: 62 additions & 0 deletions ispdb/ionos.com
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<clientConfig version="1.1">
<emailProvider id="ionos.com">
<!-- MX servers -->
<domain>ionos.com</domain>
<domain>1and1.com</domain>
<domain>perfora.net</domain>
<displayName>IONOS</displayName>
<displayShortName>IONOS</displayShortName>
<incomingServer type="imap">
<hostname>imap.ionos.com</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.ionos.com</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.com</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.com</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.com</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.com</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://www.ionos.com/help/index.php?id=2490"/>
</emailProvider>
<webMail>
<loginPage url="https://mail.ionos.com/"/>
<loginPageInfo url="https://mail.ionos.com/">
<username>%EMAILADDRESS%</username>
<usernameField id="username"/>
<passwordField id="password"/>
<loginButton id="submit-login-form"/>
</loginPageInfo>
</webMail>
</clientConfig>
65 changes: 65 additions & 0 deletions ispdb/ionos.de
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<clientConfig version="1.1">
<emailProvider id="ionos.de">
<!-- MX servers -->
<domain>ionos.de</domain>
<domain>kundenserver.de</domain>
<domain>schlund.de</domain>
<displayName>IONOS</displayName>
<displayShortName>IONOS</displayShortName>
<incomingServer type="imap">
<hostname>imap.ionos.de</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.ionos.de</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.de</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.de</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.de</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.de</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://www.ionos.de/hilfe/index.php?id=2490"/>
<!--
Kundenservice: +49-721-170-555
-->
</emailProvider>
<webMail>
<loginPage url="https://mail.ionos.de/"/>
<loginPageInfo url="https://mail.ionos.de/">
<username>%EMAILADDRESS%</username>
<usernameField id="username"/>
<passwordField id="password"/>
<loginButton id="submit-login-form"/>
</loginPageInfo>
</webMail>
</clientConfig>
62 changes: 62 additions & 0 deletions ispdb/ionos.es
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<clientConfig version="1.1">
<emailProvider id="ionos.es">
<!-- MX servers -->
<domain>ionos.es</domain>
<domain>1and1.es</domain>
<domain>clienteservidor.es</domain>
<displayName>IONOS</displayName>
<displayShortName>IONOS</displayShortName>
<incomingServer type="imap">
<hostname>imap.ionos.es</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.ionos.es</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.es</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.es</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.es</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.es</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://www.ionos.es/ayuda/index.php?id=2490"/>
</emailProvider>
<webMail>
<loginPage url="https://mail.ionos.es/"/>
<loginPageInfo url="https://mail.ionos.es/">
<username>%EMAILADDRESS%</username>
<usernameField id="username"/>
<passwordField id="password"/>
<loginButton id="submit-login-form"/>
</loginPageInfo>
</webMail>
</clientConfig>
62 changes: 62 additions & 0 deletions ispdb/ionos.fr
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<clientConfig version="1.1">
<emailProvider id="ionos.fr">
<!-- MX servers -->
<domain>ionos.fr</domain>
<domain>1and1.fr</domain>
<domain>unetun.com</domain>
<displayName>IONOS</displayName>
<displayShortName>IONOS</displayShortName>
<incomingServer type="imap">
<hostname>imap.ionos.fr</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.ionos.fr</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.fr</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.fr</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.fr</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.fr</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://www.ionos.fr/assistance/index.php?id=2490"/>
</emailProvider>
<webMail>
<loginPage url="https://mail.ionos.fr/"/>
<loginPageInfo url="https://mail.ionos.fr/">
<username>%EMAILADDRESS%</username>
<usernameField id="username"/>
<passwordField id="password"/>
<loginButton id="submit-login-form"/>
</loginPageInfo>
</webMail>
</clientConfig>
62 changes: 62 additions & 0 deletions ispdb/ionos.it
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<clientConfig version="1.1">
<emailProvider id="ionos.it">
<!-- MX servers -->
<domain>ionos.it</domain>
<domain>1and1.it</domain>
<domain>servercliente.it</domain>
<displayName>IONOS</displayName>
<displayShortName>IONOS</displayShortName>
<incomingServer type="imap">
<hostname>imap.ionos.it</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.ionos.it</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.it</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.ionos.it</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.it</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.ionos.it</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://www.ionos.it/aiuto/index.php?id=2490"/>
</emailProvider>
<webMail>
<loginPage url="https://mail.ionos.it/"/>
<loginPageInfo url="https://mail.ionos.it/">
<username>%EMAILADDRESS%</username>
<usernameField id="username"/>
<passwordField id="password"/>
<loginButton id="submit-login-form"/>
</loginPageInfo>
</webMail>
</clientConfig>
Loading