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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartimap',
version: '1.1.0',
version: '1.2.0',
description: 'A Node.js library for event-driven streaming and parsing of IMAP email messages.'
}