happyDeliver/internal/analyzer
2025-10-20 15:02:14 +07:00
..
analyzer.go Refactor main.go 2025-10-20 15:02:14 +07:00
authentication.go Implement authentication header analysis (DKIM, DMARC, SPF) 2025-10-18 12:26:51 +07:00
content.go Create content analysis module (HTML parsing, link validation) 2025-10-18 12:26:51 +07:00
content_test.go Create content analysis module (HTML parsing, link validation) 2025-10-18 12:26:51 +07:00
dns.go Build DNS validation module (MX, SPF, DKIM, DMARC records) 2025-10-18 12:26:51 +07:00
dns_test.go Build DNS validation module (MX, SPF, DKIM, DMARC records) 2025-10-18 12:26:51 +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 RBL (DNS blacklist) checker 2025-10-18 12:26:51 +07:00
rbl_test.go Implement RBL (DNS blacklist) checker 2025-10-18 12:26:51 +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 Implement deliverability scoring algorithm with weighted factors 2025-10-18 12:26:51 +07:00
scoring_test.go Implement deliverability scoring algorithm with weighted factors 2025-10-18 12:26:51 +07:00
spamassassin.go Implement SpamAssassin score extraction and parsing 2025-10-18 12:26:51 +07:00
spamassassin_test.go Implement SpamAssassin score extraction and parsing 2025-10-18 12:26:51 +07:00