This commit is contained in:
Andris Reinman 2017-08-09 10:09:22 +03:00
parent 06beb234bc
commit 6748a5c876
2 changed files with 2 additions and 2 deletions

View file

@ -152,7 +152,7 @@ module.exports = (server, messageHandler) => (path, update, session, callback) =
copiedMessages++;
copiedStorage += Number(message.size) || 0;
let attachmentIds = Object.keys(message.mimetree.attachmentMap || {}).map(key => message.mimetree.attachmentMap[key]);
let attachmentIds = Object.keys(message.mimeTree.attachmentMap || {}).map(key => message.mimeTree.attachmentMap[key]);
if (!attachmentIds.length) {
let entry = {

View file

@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.0.70",
"version": "1.0.71",
"description": "IMAP server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {