forked from pEp.foundation/libAccountSettings
LAS-31 "add AccountSettings for @pep.digital"
parent
e75d9130e6
commit
652239d964
@ -0,0 +1,21 @@
|
||||
<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>
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue