mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-17 22:42:09 +08:00
v1.15.1
This commit is contained in:
parent
8f7b184cd1
commit
bc59ac1451
2 changed files with 2 additions and 2 deletions
|
|
@ -200,7 +200,7 @@ class MailboxHandler {
|
|||
}
|
||||
|
||||
// delete matching filters as well
|
||||
this.database.collection('filters').deleteOne(
|
||||
this.database.collection('filters').deleteMany(
|
||||
{
|
||||
user,
|
||||
'action.mailbox': mailbox
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.15.0",
|
||||
"version": "1.15.1",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue