mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-08 07:20:59 +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,
|
||||
pushOnly: true
|
||||
});
|
||||
this.users = options.users || options.database;
|
||||
this.gridfs = options.gridfs || options.database;
|
||||
this.counters = counters(this.redis);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.0.61",
|
||||
"version": "1.0.62",
|
||||
"description": "IMAP server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue