blob: e2e5fb1a76ef9bb3ca9f1db54c5ed6274b007637 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="t-online.de">
<domain>t-online.de</domain>
<displayName>T-Online email Paket</displayName>
<displayShortName>T-Online</displayShortName>
<incomingServer type="imap">
<hostname>secure-imap.t-online.de</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>secure</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>securesmtp.googlemail.com</hostname>
<port>25</port>
<socketType>STARTTLS</socketType>
<username>%EMAILADDRESS%</username>
<authentication>secure</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
<enableURL url="http://service.t-online.de/c/12/72/65/02/12726502.html">You need to enable POP access</enableURL>
<!--<enableURL url="http://hilfe.telekom.de/hsp/cms/content/HSP/de/3378/theme-45858870/theme-45858718/theme-45858716/theme-45858715/faq-45855229">Richten Sie Ihre Email-Adresse ein</enableURL>-->
</emailProvider>
</clientConfig>
|