MCPcopy Index your code
hub / github.com/simstudioai/sim / isWellKnownFolderName

Function isWellKnownFolderName

apps/sim/lib/webhooks/polling/outlook.ts:291–293  ·  view source on GitHub ↗
(folderId: string)

Source from the content-addressed store, hash-verified

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

Callers 1

filterEmailsByFolderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected