MCPcopy 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

requestHotmailLocalCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected