libAccountSettings/example/mailfence

23 lines
743 B
Plaintext
Raw Normal View History

2021-03-31 09:44:11 +02:00
<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>