Backed out changeset c717fa2771d8: peptest.ch

IOS-2259
Dirk Zimmermann 6 years ago
parent 4a6796e447
commit 1ea2038b2a

@ -4,14 +4,14 @@
<displayName>pEp Test</displayName>
<displayShortName>pEp Test</displayShortName>
<incomingServer type="imap">
<hostname>mail.peptest.ch</hostname>
<hostname>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>
<hostname>peptest.ch</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILADDRESS%</username>

@ -24,7 +24,7 @@ struct TestHost
// stored in ISP DB
const std::vector< KeyValue< TestHost> > incomingServer =
{
{ "lib_as@peptest.ch", {"mail.peptest.ch", 993} },
{ "lib_as@peptest.ch", {"peptest.ch", 993} },
{ "example@gmx.de" , {"imap.gmx.net", 993} },
{ "example@yandex.ua", {"imap.yandex.com", 993} },
};
@ -32,7 +32,7 @@ const std::vector< KeyValue< TestHost> > incomingServer =
// stored in ISP DB
const std::vector< KeyValue< TestHost> > outgoingServer =
{
{ "lib_as@peptest.ch", {"mail.peptest.ch", 587} },
{ "lib_as@peptest.ch", {"peptest.ch", 587} },
{ "example@gmx.de" , {"mail.gmx.net", 465} },
{ "example@yandex.ua", {"smtp.yandex.com", 465} },
};

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save