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

Function buildHotmailMailApiFailureAccount

background.js:1512–1518  ·  view source on GitHub ↗
(account, errorMessage)

Source from the content-addressed store, hash-verified

1510}
1511
1512function buildHotmailMailApiFailureAccount(account, errorMessage) {
1513 return normalizeHotmailAccount({
1514 ...account,
1515 status: 'error',
1516 lastError: String(errorMessage || ''),
1517 });
1518}
1519
1520async function fetchHotmailMailboxMessagesFromRemoteService(account, mailboxes = HOTMAIL_MAILBOXES) {
1521 let workingAccount = normalizeHotmailAccount(account);

Calls 1

normalizeHotmailAccountFunction · 0.85

Tested by

no test coverage detected