MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / isFreeEmailDomain

Function isFreeEmailDomain

server/src/utils/email-domain.ts:73–75  ·  view source on GitHub ↗
(domain: string)

Source from the content-addressed store, hash-verified

71 * (gmail.com, yahoo.com, hotmail.com, etc.)
72 */
73export function isFreeEmailDomain(domain: string): boolean {
74 return freeDomainsSet.has(domain.toLowerCase());
75}
76
77/**
78 * Check if an email is from a free/personal email provider

Callers 6

isFreeEmailFunction · 0.85
getCompanyDomainFunction · 0.85
triageEmailDomainFunction · 0.85
processUntriagedDomainsFunction · 0.85

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected