Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / activation / src / tests / data / yahoo.providerfolders.ts
blob0f7d03de1ad74d9a082e28960572e306612fe8da
1 const data = [
2     {
3         Source: 'Inbox',
4         Separator: '/',
5         Flags: ['HasNoChildren'],
6         DestinationFolder: 'Inbox',
7     },
8     {
9         Source: 'Sent',
10         Separator: '/',
11         Flags: ['Sent', 'HasNoChildren'],
12         DestinationFolder: 'Sent',
13     },
14     {
15         Source: 'Draft',
16         Separator: '/',
17         Flags: ['Drafts', 'HasNoChildren'],
18         DestinationFolder: 'Drafts',
19     },
20     {
21         Source: 'Archive',
22         Separator: '/',
23         Flags: ['Archive', 'HasNoChildren'],
24         DestinationFolder: 'Archive',
25     },
26     {
27         Source: 'another test foldr with a really long name hey hye hey',
28         Separator: '/',
29         Flags: ['HasNoChildren'],
30     },
31     {
32         Source: "Spéciæl charaters-&'(yeah",
33         Separator: '/',
34         Flags: ['HasChildren'],
35     },
36     {
37         Source: "Spéciæl charaters-&'(yeah/sub spécïªl charaters",
38         Separator: '/',
39         Flags: ['HasNoChildren'],
40     },
41     {
42         Source: 'Test folder',
43         Separator: '/',
44         Flags: ['HasChildren'],
45     },
46     {
47         Source: 'Test folder/a test folder with big name',
48         Separator: '/',
49         Flags: ['HasChildren'],
50     },
51     {
52         Source: 'Test folder/a test folder with big name/a sub sub folder',
53         Separator: '/',
54         Flags: ['HasNoChildren'],
55     },
58 export default data;