1 export const gmailImapResponse = {
2 ImporterID: 'importerID',
8 Destinations: { FolderPath: 'Inbox' },
12 Source: '[Gmail]/Sent Mail',
13 Destinations: { FolderPath: 'Sent' },
17 Source: '[Gmail]/Drafts',
18 Destinations: { FolderPath: 'Drafts' },
22 Source: '[Gmail]/Starred',
23 Destinations: { FolderPath: 'Starred' },
27 Source: '[Gmail]/All Mail',
28 Destinations: { FolderPath: 'All Mail' },