feat(core): Introduce ImapClient and ImapServer classes for enhanced IMAP support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user