Commit Graph

11 Commits

Author SHA1 Message Date
jkunz b90650c660 fix(tests): update tests and test helpers to current email/DNS APIs, use non-privileged ports, and improve robustness and resilience 2026-02-01 18:10:30 +00:00
jkunz d54831765b fix(mail): migrate filesystem helpers to fsUtils, update DKIM and mail APIs, harden SMTP client, and bump dependencies 2026-02-01 14:17:54 +00:00
philkunz a2b413a78f fix(test): repair SMTP test suite after rate limiter integration
The test helper's mock email server was missing the getRateLimiter() method
that was added during the rate limiting feature implementation. This caused
all SMTP tests to fail with "getRateLimiter is not a function" error.

Changes:
- Add getRateLimiter() method to mock email server that returns a mock rate limiter
- Update mock rate limiter method signatures to match actual implementation
- Fix TypeScript type issue with auth options by adding explicit casting
2025-05-30 16:17:02 +00:00
philkunz 6c8458f63c update 2025-05-28 18:07:07 +00:00
philkunz c3b14c0f58 update 2025-05-27 10:39:29 +00:00
philkunz 5a45d6cd45 update 2025-05-26 04:09:29 +00:00
philkunz 4fd3ec2958 update 2025-05-24 02:27:50 +00:00
philkunz f2e9ff0a51 update 2025-05-24 01:00:30 +00:00
philkunz 0907949f8a update 2025-05-23 21:20:39 +00:00
philkunz 9629329bc2 update 2025-05-23 21:20:32 +00:00
philkunz 1b141ec8f3 update 2025-05-23 19:03:44 +00:00