fix(imap client): harden IMAP client message processing and modernize test tooling

This commit is contained in:
2026-05-01 16:59:04 +00:00
parent 98263058bf
commit 13ca27db86
12 changed files with 4285 additions and 6059 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-01 - 1.2.1 - fix(imap client)
harden IMAP client message processing and modernize test tooling
- Guard against empty search results and missing message sources before parsing fetched messages.
- Handle non-Error exceptions safely in the IMAP server command response path.
- Migrate tests to @git.zone/tstest with node-specific test files and make the IMAP integration test opt-in via environment flag.
- Update package metadata, exports, TypeScript settings, and dependency versions to align with the current build setup.
## 2024-11-26 - 1.2.0 - feat(core)
Introduce ImapClient and ImapServer classes for enhanced IMAP support