summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/account/xml/example-imap.com
blob: 783eabcb94b48fde92fc93ce52c5074fa364161c (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
  <emailProvider id="example-imap.com">
    <domain>example-imap.com</domain>
    <displayName>Example Två</displayName>
    <incomingServer type="imap">
      <hostname>localhost</hostname>
      <port>1993</port>
      <socketType>plain</socketType>
      <username>john.doe@example-imap.com</username>
      <password>abc12345</password>
      <authentication>plain</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>localhost</hostname>
      <port>1587</port>
      <socketType>plain</socketType>
      <username>john.doe@example-imap.com</username>
      <password>abc12345</password>
      <authentication>plain</authentication>
      <addThisServer>true</addThisServer>
      <useGlobalPreferredServer>false</useGlobalPreferredServer>
    </outgoingServer>
  </emailProvider>
</clientConfig>