summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/newmailaccount/html/providerList
blob: 9d8af7492b81f2f2365164c3c67cbcda890ec37d (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[{"id": "foo",
  "label": "foo",
  "paid": true,
  "languages" : ["en-US"],
  "api": "http://www.example.com/tbReg?first={firstname}&last={lastname}&email={email}",
  "tos_url": "http://www.example.com/foo-tos",
  "privacy_url": "http://www.example.com/foo-privacy",
  "sells_domain": false
 },
 {"id": "bar",
  "label": "bar",
  "paid": false,
  "languages" : ["en-US", "fr-FR"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registration.html",
  "tos_url": "http://www.example.com/bar-tos",
  "privacy_url": "http://www.example.com/bar-privacy",
  "sells_domain": false
 },
 {"id": "French",
  "label": "French Provider",
  "paid": false,
  "languages" : ["fr-FR"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registration.html",
  "tos_url": "http://www.example.com/French-tos",
  "privacy_url": "http://www.example.com/French-privacy",
  "sells_domain": false
 },
 {"id": "German",
  "label": "German Provider",
  "paid": false,
  "languages" : ["de-DE"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registration.html",
  "tos_url": "http://www.example.com/German-tos",
  "privacy_url": "http://www.example.com/German-privacy",
  "sells_domain": false
 },
 {"id": "corrupt",
  "label": "Corrupt Provider",
  "paid": false,
  "languages" : ["en-US"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registrationCorrupt.html",
  "tos_url": "http://www.example.com/corrupt-tos",
  "privacy_url": "http://www.example.com/corrupt-privacy",
  "sells_domain": true
 },
 {"id": "err",
  "label": "Error Provider",
  "paid": false,
  "languages" : ["en-US"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registrationError.html",
  "tos_url": "http://www.example.com/err-tos",
  "privacy_url": "http://www.example.com/err-privacy",
  "sells_domain": true
 },
 {"id": "multi",
  "label": "multi",
  "paid": true,
  "languages" : ["en-US"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registration.html",
  "tos_url": "http://www.example.com/bar-tos",
  "privacy_url": "http://www.example.com/bar-privacy",
  "sells_domain": true
 }]