feat(core): Introduce ImapClient and ImapServer classes for enhanced IMAP support

This commit is contained in:
2024-11-26 22:58:26 +01:00
parent d3cc3ef9a5
commit 9c42210acd
9 changed files with 3706 additions and 506 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2024-11-26 - 1.2.0 - feat(core)
Introduce ImapClient and ImapServer classes for enhanced IMAP support
- Implemented ImapClient class for managing IMAP connections and message retrieval.
- Implemented ImapServer class to simulate an IMAP server for testing.
- Added new tests for ImapClient and ImapServer to ensure reliability.
- Updated dependencies in package.json to latest versions.
## 2024-09-19 - 1.1.0 - feat(core)
Enhance package with detailed documentation and updated npm metadata