mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-11 00:41:37 +08:00
v1.0.62
This commit is contained in:
parent
34947790a9
commit
81c99dc022
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ class MessageHandler {
|
||||||
redis: this.redis,
|
redis: this.redis,
|
||||||
pushOnly: true
|
pushOnly: true
|
||||||
});
|
});
|
||||||
|
this.users = options.users || options.database;
|
||||||
this.gridfs = options.gridfs || options.database;
|
this.gridfs = options.gridfs || options.database;
|
||||||
this.counters = counters(this.redis);
|
this.counters = counters(this.redis);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wildduck",
|
"name": "wildduck",
|
||||||
"version": "1.0.61",
|
"version": "1.0.62",
|
||||||
"description": "IMAP server built with Node.js and MongoDB",
|
"description": "IMAP server built with Node.js and MongoDB",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue