mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-05 20:33:06 +08:00
Fixed SEARCH ALL
This commit is contained in:
parent
2d2d83d8bd
commit
bed2cacb4a
1 changed files with 3 additions and 1 deletions
4
imap.js
4
imap.js
|
@ -1188,7 +1188,9 @@ server.onSearch = function (path, options, session, callback) {
|
|||
case 'all':
|
||||
if (!ne) {
|
||||
hasAll = true;
|
||||
query = {};
|
||||
query = {
|
||||
mailbox: mailbox._id
|
||||
};
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue