MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / resolveTokenStrategy

Function resolveTokenStrategy

microsoft-email.js:52–54  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

50 }
51
52 function resolveTokenStrategy(name) {
53 return TOKEN_STRATEGIES.find((item) => item.name === name) || TOKEN_STRATEGIES[0];
54 }
55
56 function normalizeMailboxLabel(mailbox = 'INBOX') {
57 return /^junk(?:\s*e-?mail|\s*email)?$/i.test(String(mailbox || '').trim()) ? 'Junk' : 'INBOX';

Callers 1

exchangeRefreshTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected