Skip to content

Commit

Permalink
v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 27, 2020
1 parent 494095f commit b7ed286
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion imap-core/lib/commands/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ module.exports = {
}

logdata._response = success;
// this._server.loggelf(logdata);
this._server.loggelf(logdata);

callback(null, {
response: success === true ? 'OK' : 'NO',
Expand Down
3 changes: 2 additions & 1 deletion lib/message-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,8 @@ class MessageHandler {
returnOriginal: false,
projection: {
_id: true,
uidNext: true
uidNext: true,
modifyIndex: true
}
},
(err, item) => {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.23.1",
"version": "1.23.2",
"description": "IMAP/POP3 server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"devDependencies": {
"ajv": "6.10.2",
"apidoc": "0.19.1",
"ajv": "6.11.0",
"apidoc": "0.20.0",
"browserbox": "0.9.1",
"chai": "4.2.0",
"eslint": "6.8.0",
Expand All @@ -29,7 +29,7 @@
"grunt-shell-spawn": "0.4.0",
"grunt-wait": "0.3.0",
"mailparser": "2.7.7",
"mocha": "6.2.2",
"mocha": "7.0.1",
"request": "2.88.0",
"supertest": "4.0.2"
},
Expand All @@ -39,30 +39,30 @@
"base32.js": "0.1.0",
"bcryptjs": "2.4.3",
"gelf": "2.0.1",
"generate-password": "1.4.2",
"generate-password": "1.5.0",
"he": "1.2.0",
"html-to-text": "5.1.1",
"humanname": "0.2.2",
"iconv-lite": "0.5.0",
"iconv-lite": "0.5.1",
"ioredfour": "1.0.2-ioredis-02",
"ioredis": "4.14.1",
"isemail": "3.2.0",
"joi": "^14.3.1",
"joi": "14.3.1",
"js-yaml": "3.13.1",
"key-fingerprint": "1.1.0",
"libbase64": "1.2.1",
"libmime": "4.2.1",
"libqp": "1.1.0",
"mailsplit": "4.6.3",
"mailsplit": "4.6.4",
"mobileconfig": "2.3.1",
"mongo-cursor-pagination": "7.2.0",
"mongodb": "3.4.1",
"mongodb-extended-json": "1.10.2",
"mongodb": "3.5.2",
"mongodb-extended-json": "1.11.0",
"node-forge": "0.9.1",
"nodemailer": "6.4.2",
"npmlog": "4.1.2",
"openpgp": "4.7.2",
"pem": "1.14.3",
"openpgp": "4.8.1",
"pem": "1.14.4",
"pwnedpasswords": "1.0.5",
"qrcode": "1.4.4",
"restify": "8.5.1",
Expand All @@ -72,7 +72,7 @@
"speakeasy": "2.0.0",
"u2f": "0.1.3",
"utf7": "1.0.2",
"uuid": "3.3.3",
"uuid": "3.4.0",
"wild-config": "1.5.0",
"yargs": "15.1.0"
},
Expand Down

0 comments on commit b7ed286

Please sign in to comment.