fix(mail): migrate filesystem helpers to fsUtils, update DKIM and mail APIs, harden SMTP client, and bump dependencies

This commit is contained in:
2026-02-01 14:17:54 +00:00
parent dd4ac9fa3d
commit d54831765b
38 changed files with 3923 additions and 5335 deletions

View File

@@ -685,4 +685,4 @@ tap.test('CRFC-06: should handle protocol negotiation correctly (RFC 5321)', asy
console.log(`\n${testId}: All ${scenarioCount} protocol negotiation scenarios tested ✓`);
});
tap.start();
export default tap.start();