mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-10-17 17:26:16 +08:00
v1.2.3
This commit is contained in:
parent
ca9455f813
commit
08cd64f4ba
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ module.exports = {
|
|||
capabilities.push('ID');
|
||||
capabilities.push('SASL-IR');
|
||||
capabilities.push('ENABLE');
|
||||
capabilities.push('XLIST');
|
||||
} else {
|
||||
capabilities.push('CHILDREN');
|
||||
capabilities.push('ID');
|
||||
|
@ -31,6 +32,7 @@ module.exports = {
|
|||
capabilities.push('CONDSTORE');
|
||||
capabilities.push('UTF8=ACCEPT');
|
||||
capabilities.push('QUOTA');
|
||||
capabilities.push('XLIST');
|
||||
|
||||
capabilities.push('MOVE');
|
||||
capabilities.push('COMPRESS=DEFLATE');
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue