mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
Parse multiple servers in Mozilla autoconfig
Co-Authored-By: Simon Laux <mobile.info@simonlaux.de>
This commit is contained in:
committed by
link2xt
parent
94e52b5598
commit
c19e35b68d
59
test-data/autoconfig/lakenet.ch.xml
Normal file
59
test-data/autoconfig/lakenet.ch.xml
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<clientConfig version="1.1">
|
||||
<emailProvider id="lakenet.ch">
|
||||
<domain>%EMAILDOMAIN%</domain>
|
||||
<displayName>%EMAILDOMAIN% Mail</displayName>
|
||||
<displayShortName>%EMAILDOMAIN%</displayShortName>
|
||||
<incomingServer type="imap">
|
||||
<hostname>mail.lakenet.ch</hostname>
|
||||
<port>993</port>
|
||||
<socketType>SSL</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</incomingServer>
|
||||
<incomingServer type="imap">
|
||||
<hostname>mail.lakenet.ch</hostname>
|
||||
<port>143</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</incomingServer>
|
||||
<incomingServer type="pop3">
|
||||
<hostname>mail.lakenet.ch</hostname>
|
||||
<port>995</port>
|
||||
<socketType>SSL</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</incomingServer>
|
||||
<incomingServer type="pop3">
|
||||
<hostname>mail.lakenet.ch</hostname>
|
||||
<port>110</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</incomingServer>
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>mail.lakenet.ch</hostname>
|
||||
<port>587</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</outgoingServer>
|
||||
<documentation url="https://www.lakenet.ch/">
|
||||
<descr lang="it">Impostazioni per le e-mail LakeNet</descr>
|
||||
<descr lang="fr">Reglages pour le courriel e-mail LakeNet</descr>
|
||||
<descr lang="en">Settings for LakeNet's e-mail accounts</descr>
|
||||
</documentation>
|
||||
</emailProvider>
|
||||
<webMail>
|
||||
<loginPage url="https://lakenet.ch/webmail/" />
|
||||
<loginPageInfo url="https://lakenet.ch/webmail/">
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<usernameField id="rcmloginuser" name="_user"/>
|
||||
<passwordField id="rcmloginpwd" name="_pass"/>
|
||||
<loginButton id="rcmloginsubmit"/>
|
||||
</loginPageInfo>
|
||||
</webMail>
|
||||
<clientConfigUpdate url="https://lakenet.ch/.well-known/autoconfig/mail/config-v1.1.xml" />
|
||||
</clientConfig>
|
||||
Reference in New Issue
Block a user