config-v1.1.xml
· 1.0 KiB · XML
Raw
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="tilde.green">
<domain>tilde.green</domain>
<displayName>Tilde.green email</displayName>
<displayShortName>Tilde.Green</displayShortName>
<incomingServer type="imap">
<hostname>imap.tilde.green</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.tilde.green</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
<documentation
url="https://wiki.tilde.green/mail">
<descr lang="en">Tilde.green mail service</descr>
</documentation>
</emailProvider>
</clientConfig>
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <clientConfig version="1.1"> |
3 | <emailProvider id="tilde.green"> |
4 | <domain>tilde.green</domain> |
5 | <displayName>Tilde.green email</displayName> |
6 | <displayShortName>Tilde.Green</displayShortName> |
7 | <incomingServer type="imap"> |
8 | <hostname>imap.tilde.green</hostname> |
9 | <port>993</port> |
10 | <socketType>SSL</socketType> |
11 | <authentication>password-cleartext</authentication> |
12 | <username>%EMAILLOCALPART%</username> |
13 | </incomingServer> |
14 | <outgoingServer type="smtp"> |
15 | <hostname>smtp.tilde.green</hostname> |
16 | <port>465</port> |
17 | <socketType>SSL</socketType> |
18 | <authentication>password-cleartext</authentication> |
19 | <username>%EMAILLOCALPART%</username> |
20 | </outgoingServer> |
21 | <documentation |
22 | url="https://wiki.tilde.green/mail"> |
23 | <descr lang="en">Tilde.green mail service</descr> |
24 | </documentation> |
25 | </emailProvider> |
26 | </clientConfig> |
27 |