summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/newmailaccount/html/config.xml
blob: f268177fb5d1b21e8c555cdf27a515784be52ccf (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
26
27
28
29
30
31
32
33
<clientConfig version="1.1">
  <emailProvider id="%DOMAIN%">
    <domain>%EMAILDOMAIN%</domain>
    <displayName>Provisioned Account</displayName>
    <incomingServer type="imap">
      <hostname>imap-provisioned.%EMAILDOMAIN%</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
      <password>Håhå</password>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>pop-provisioned.%EMAILDOMAIN%</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
      <password>Testing</password>
      <pop3>
        <leaveMessagesOnServer>true</leaveMessagesOnServer>
      </pop3>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp-provisioned.%EMAILDOMAIN%</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
      <password>Östad3</password>
    </outgoingServer>
  </emailProvider>
</clientConfig>