Comparing version 1.0.36 to 1.0.37
@@ -444,3 +444,11 @@ 'use strict'; | ||
} | ||
this.database.collection('messages').findOne(options.query, next); | ||
this.database.collection('messages').findOne(options.query, { | ||
fields: { | ||
mailbox: true, | ||
uid: true, | ||
size: true, | ||
map: true, | ||
magic: true | ||
} | ||
}, next); | ||
}; | ||
@@ -447,0 +455,0 @@ |
{ | ||
"name": "wildduck", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "IMAP server built with Node.js and MongoDB", | ||
@@ -5,0 +5,0 @@ "main": "server.js", |
Sorry, the diff of this file is too big to display
1789755
23098