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

Function fetchHotmailMailboxMessages

background.js:1758–1764  ·  view source on GitHub ↗
(account, mailboxes = HOTMAIL_MAILBOXES)

Source from the content-addressed store, hash-verified

1756}
1757
1758async function fetchHotmailMailboxMessages(account, mailboxes = HOTMAIL_MAILBOXES) {
1759 const serviceSettings = getHotmailServiceSettings(await getState());
1760 if (serviceSettings.mode === HOTMAIL_SERVICE_MODE_LOCAL) {
1761 return requestHotmailLocalMessages(account, mailboxes);
1762 }
1763 return fetchHotmailMailboxMessagesFromRemoteService(account, mailboxes);
1764}
1765
1766async function verifyHotmailAccount(accountId) {
1767 const state = await getState();

Callers 3

verifyHotmailAccountFunction · 0.85

Calls 4

getStateFunction · 0.85

Tested by

no test coverage detected