happyDeliver/internal/analyzer
2025-10-20 15:13:53 +07:00
..
analyzer.go Refactor main.go 2025-10-20 15:02:14 +07:00
authentication.go Refactor authentication.go 2025-10-20 15:13:53 +07:00
authentication_checks.go Refactor authentication.go 2025-10-20 15:13:53 +07:00
authentication_test.go Refactor authentication.go 2025-10-20 15:13:53 +07:00
content.go Implement ARC header check 2025-10-20 15:08:45 +07:00
content_test.go Create content analysis module (HTML parsing, link validation) 2025-10-18 12:26:51 +07:00
dns.go Implement ARC header check 2025-10-20 15:08:45 +07:00
dns_test.go Implement BIMI checks 2025-10-20 15:08:45 +07:00
parser.go Implement authentication header analysis (DKIM, DMARC, SPF) 2025-10-18 12:26:51 +07:00
parser_test.go Implement authentication header analysis (DKIM, DMARC, SPF) 2025-10-18 12:26:51 +07:00
rbl.go Implement ARC header check 2025-10-20 15:08:45 +07:00
rbl_test.go Implement ARC header check 2025-10-20 15:08:45 +07:00
report.go Build report generation system with JSON output 2025-10-18 12:26:51 +07:00
report_test.go Build report generation system with JSON output 2025-10-18 12:26:51 +07:00
scoring.go Refactor authentication.go 2025-10-20 15:13:53 +07:00
scoring_test.go Implement deliverability scoring algorithm with weighted factors 2025-10-18 12:26:51 +07:00
spamassassin.go Implement ARC header check 2025-10-20 15:08:45 +07:00
spamassassin_test.go Implement SpamAssassin score extraction and parsing 2025-10-18 12:26:51 +07:00