feat(core): Introduce ImapClient and ImapServer classes for enhanced IMAP support
This commit is contained in:
14
package.json
14
package.json
@@ -14,17 +14,17 @@
|
||||
"buildDocs": "(tsdoc)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.25",
|
||||
"@git.zone/tsbundle": "^2.0.5",
|
||||
"@git.zone/tsrun": "^1.2.46",
|
||||
"@git.zone/tsbuild": "^2.2.0",
|
||||
"@git.zone/tsbundle": "^2.1.0",
|
||||
"@git.zone/tsrun": "^1.3.3",
|
||||
"@git.zone/tstest": "^1.0.44",
|
||||
"@push.rocks/tapbundle": "^5.3.0",
|
||||
"@types/node": "^22.5.5"
|
||||
"@push.rocks/tapbundle": "^5.5.3",
|
||||
"@types/node": "^22.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/imapflow": "^1.0.19",
|
||||
"@types/mailparser": "^3.4.4",
|
||||
"imapflow": "^1.0.164",
|
||||
"@types/mailparser": "^3.4.5",
|
||||
"imapflow": "^1.0.169",
|
||||
"mailparser": "^3.7.1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user