Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/QLHazyCoder/FlowPilot
/ getHotmailMailApiRequestConfig
Function
getHotmailMailApiRequestConfig
hotmail-utils.js:343–347 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
}
342
343
function
getHotmailMailApiRequestConfig() {
344
return
{
345
timeoutMs: 15000,
346
};
347
}
348
349
function
parseHotmailImportText(rawText) {
350
const
lines = String(rawText ||
''
)
Callers
4
requestHotmailRemoteMailbox
Function · 0.85
requestHotmailLocalMessages
Function · 0.85
requestHotmailLocalCode
Function · 0.85
hotmail-utils.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected