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.security

22 lines
762 B
Plaintext

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