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.
libAccountSettings/example/pep.digital

22 lines
756 B
Plaintext

<clientConfig version="1.1">
<emailProvider id="pep.digital">
<domain>pep.digital</domain>
<displayName>p≡p Security S.A.</displayName>
<displayShortName>p≡p Security S.A.</displayShortName>
<incomingServer type="imap">
<hostname>mail.peptest.ch</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.peptest.ch</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>
</emailProvider>
</clientConfig>