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

Function getCurrentMailIds

content/qq-mail.js:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43// ============================================================
44
45function getCurrentMailIds() {
46 const ids = new Set();
47 document.querySelectorAll('.mail-list-page-item[data-mailid]').forEach(item => {
48 ids.add(item.getAttribute('data-mailid'));
49 });
50 return ids;
51}
52
53// ============================================================
54// Email Polling

Callers 1

handlePollEmailFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected