(folderId: string)
| 289 | ]) |
| 290 | |
| 291 | function isWellKnownFolderName(folderId: string): boolean { |
| 292 | return OUTLOOK_WELL_KNOWN_FOLDERS.has(folderId.toLowerCase()) |
| 293 | } |
| 294 | |
| 295 | async function resolveWellKnownFolderId( |
| 296 | accessToken: string, |
no outgoing calls
no test coverage detected