mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-28 03:07:13 +08:00
v1.3.0
This commit is contained in:
parent
e63e0af166
commit
c7da95e5cb
2 changed files with 3 additions and 2 deletions
|
@ -234,6 +234,7 @@ module.exports = (db, server, messageHandler) => {
|
|||
_id: true,
|
||||
uid: true,
|
||||
msgid: true,
|
||||
mailbox: true,
|
||||
'meta.from': true,
|
||||
hdate: true,
|
||||
subject: true,
|
||||
|
@ -2483,9 +2484,9 @@ module.exports = (db, server, messageHandler) => {
|
|||
// FIXME: MongoPaging inserts fields value as second argument to col.find()
|
||||
projection: {
|
||||
_id: true,
|
||||
mailbox: true,
|
||||
uid: true,
|
||||
msgid: true,
|
||||
mailbox: true,
|
||||
'meta.from': true,
|
||||
hdate: true,
|
||||
subject: true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.2.5",
|
||||
"version": "1.3.0",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue