forked from pEp.foundation/libAccountSettings
LAS-28 "add support for mailfence.com"
parent
c51a99d185
commit
67461fdb03
@ -0,0 +1,22 @@
|
||||
<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>
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue