forked from pEp.foundation/libAccountSettings
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
743 B
Plaintext
23 lines
743 B
Plaintext
<clientConfig version="1.1">
|
|
<emailProvider id="Mailfence">
|
|
<domain>mailfence.com</domain>
|
|
|
|
<displayName>Mailfence</displayName>
|
|
<displayShortName>Mailfence</displayShortName>
|
|
<incomingServer type="imap">
|
|
<hostname>imap.mailfence.com</hostname>
|
|
<port>993</port>
|
|
<socketType>SSL</socketType>
|
|
<username>%EMAILADDRESS%</username>
|
|
<authentication>password-cleartext</authentication>
|
|
</incomingServer>
|
|
<outgoingServer type="smtp">
|
|
<hostname>smtp.mailfence.com</hostname>
|
|
<port>465</port>
|
|
<socketType>SSL</socketType>
|
|
<username>%EMAILADDRESS%</username>
|
|
<authentication>password-cleartext</authentication>
|
|
</outgoingServer>
|
|
</emailProvider>
|
|
</clientConfig>
|