summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/newmailaccount/html/configCorrupt.xml
blob: edb53019bc63988bb209c6b9d51e35939aee34f1 (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
<clientConfig versi">
  <emailProvider id="%DOMAIN%">
    <domain>%EMAILDOMAIN%</domain>
    <displayName>Provisioned Account</displayName>
    <displayShortName>Provisioned Account</displayShortName>
    <incomingServer type="imap">
      <hostname>imap.%EMAILDOMAIN%</hostname>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <incomingServer type="pop3">
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
      <password>Testing</password>
      <pop3>
      </pop3>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp.%EMAILDOMAIN%</hostname>
      <por465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <autddhentication>password-cleartext</authentication>
    </outgoingServer>