Commit | Line | Data |
---|---|---|
3deec619 P |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | ||
3 | <clientConfig version="1.1"> | |
4 | <emailProvider id="freenet.de"> | |
5 | <domain>freenet.de</domain> | |
6 | <displayName>Freenet Mail</displayName> | |
7 | <displayShortName>Freenet</displayShortName> | |
8 | <incomingServer type="imap"> | |
9 | <hostname>imap.freenet.de</hostname> | |
10 | <port>993</port> | |
11 | <socketType>SSL</socketType> | |
12 | <authentication>password-encrypted</authentication> | |
13 | <username>%EMAILADDRESS%</username> | |
14 | </incomingServer> | |
15 | <incomingServer type="imap"> | |
16 | <hostname>imap.freenet.de</hostname> | |
17 | <port>143</port> | |
18 | <socketType>STARTTLS</socketType> | |
19 | <authentication>password-encrypted</authentication> | |
20 | <username>%EMAILADDRESS%</username> | |
21 | </incomingServer> | |
22 | <incomingServer type="pop3"> | |
23 | <hostname>pop.freenet.de</hostname> | |
24 | <port>995</port> | |
25 | <socketType>SSL</socketType> | |
26 | <authentication>password-cleartext</authentication> | |
27 | <username>%EMAILADDRESS%</username> | |
28 | </incomingServer> | |
29 | <incomingServer type="pop3"> | |
30 | <hostname>pop.freenet.de</hostname> | |
31 | <port>110</port> | |
32 | <socketType>STARTTLS</socketType> | |
33 | <authentication>password-cleartext</authentication> | |
34 | <username>%EMAILADDRESS%</username> | |
35 | </incomingServer> | |
36 | <outgoingServer type="smtp"> | |
37 | <hostname>smtp.freenet.de</hostname> | |
38 | <port>465</port> | |
39 | <socketType>SSL</socketType> | |
40 | <authentication>password-encrypted</authentication> | |
41 | <username>%EMAILADDRESS%</username> | |
42 | </outgoingServer> | |
43 | <outgoingServer type="smtp"> | |
44 | <hostname>smtp.freenet.de</hostname> | |
45 | <port>587</port> | |
46 | <socketType>STARTTLS</socketType> | |
47 | <authentication>password-encrypted</authentication> | |
48 | <username>%EMAILADDRESS%</username> | |
49 | </outgoingServer> | |
50 | <documentation url="http://kundenservice.freenet.de/hilfe/email/programme/config/index.html"> | |
51 | <descr lang="de">Allgemeine Beschreibung der Einstellungen</descr> | |
52 | <descr lang="en">Generic settings page</descr> | |
53 | </documentation> | |
54 | <documentation url="http://kundenservice.freenet.de/hilfe/email/programme/config/thunderbird/imap-thunderbird/imap/index.html"> | |
55 | <descr lang="de">TB 2.0 IMAP-Einstellungen</descr> | |
56 | <descr lang="en">TB 2.0 IMAP settings</descr> | |
57 | </documentation> | |
58 | </emailProvider> | |
59 | </clientConfig> |