MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / getMailItemTimeText

Function getMailItemTimeText

content/mail-2925.js:92–95  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

90}
91
92function getMailItemTimeText(item) {
93 const timeEl = item?.querySelector('.date-time-text, [class*="date-time"], [class*="time"], td.time');
94 return (timeEl?.textContent || '').replace(/\s+/g, ' ').trim();
95}
96
97function normalizeMailIdentityPart(value) {
98 return (value || '').replace(/\s+/g, ' ').trim().toLowerCase();

Callers 2

getMailItemIdFunction · 0.85
parseMailItemTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected