Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / activation / src / tests / data / gmail.imap.formattedResponse.ts
blob6ef7b69277c2393b8a3a20c75d6a7904415ab4f2
1 export const gmailImapResponse = {
2     ImporterID: 'importerID',
3     Mail: {
4         AddressID: 'ID-1',
5         Mapping: [
6             {
7                 Source: 'INBOX',
8                 Destinations: { FolderPath: 'Inbox' },
9                 checked: true,
10             },
11             {
12                 Source: '[Gmail]/Sent Mail',
13                 Destinations: { FolderPath: 'Sent' },
14                 checked: true,
15             },
16             {
17                 Source: '[Gmail]/Drafts',
18                 Destinations: { FolderPath: 'Drafts' },
19                 checked: true,
20             },
21             {
22                 Source: '[Gmail]/Starred',
23                 Destinations: { FolderPath: 'Starred' },
24                 checked: true,
25             },
26             {
27                 Source: '[Gmail]/All Mail',
28                 Destinations: { FolderPath: 'All Mail' },
29                 checked: true,
30             },
31             {
32                 Source: 'Important',
33                 Destinations: {
34                     Labels: [
35                         {
36                             Name: 'Important',
37                             Color: '#8080FF',
38                         },
39                     ],
40                 },
41                 checked: true,
42             },
43         ],
44         Code: 'password',
45         CustomFields: 7,
46         ImportLabel: {
47             Color: '#fff',
48             Name: 'label',
49             Type: 1,
50         },
51     },