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

Function buildHotmailLocalEndpoint

background.js:1449–1452  ·  view source on GitHub ↗
(baseUrl, path)

Source from the content-addressed store, hash-verified

1447}
1448
1449function buildHotmailLocalEndpoint(baseUrl, path) {
1450 const normalizedBaseUrl = normalizeHotmailLocalBaseUrl(baseUrl);
1451 return new URL(path, `${normalizedBaseUrl}/`).toString();
1452}
1453
1454async function requestHotmailRemoteMailbox(account, mailbox = 'INBOX') {
1455 if (!account?.email) {

Callers 3

requestHotmailLocalCodeFunction · 0.85
background.jsFile · 0.85

Calls 1

Tested by

no test coverage detected