blob: 953f669fd879fa83b8a22783b7825d12b57c4850 (
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
33
34
35
36
37
38
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="arcor.de">
<domain>arcor.de</domain>
<displayName>Arcor</displayName>
<displayShortName>Arcor</displayShortName>
<incomingServer type="imap">
<hostname>imap.arcor.de</hostname>
<port>993</port>
<socketType>SSL</socketType>
<!-- also works: <port>143</port> <socketType>STARTTLS</socketType> -->
<authentication>plain</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.arcor.de</hostname>
<port>465</port>
<socketType>SSL</socketType>
<!-- also works: <port>587</port> <socketType>STARTTLS</socketType> -->
<authentication>plain</authentication>
<username>%EMAILLOCALPART%</username>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
<!--
http://www.arcor.de/hilfe/neu/index.php?aktion=anzeigen&rubrik=040006001&id=181
http://www.arcor.de/hilfe/neu/index.php?aktion=anzeigen&rubrik=006001003&id=1241
Sent Folder: SentMail
Draft Folder: Drafts
IMAP-Server is a Courier.
-->
</emailProvider>
</clientConfig>
|