fix(imap client): harden IMAP client message processing and modernize test tooling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user