Last active 1727296526

alexlehm's Avatar alexlehm revised this gist 1727296526. Go to revision

2 files changed, 27 insertions

config-v1.1.xml(file created)

@@ -0,0 +1,26 @@
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>

url.txt(file created)

@@ -0,0 +1 @@
1 + http://autoconfig.tilde.green/mail/config-v1.1.xml
Newer Older