mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 13:13:53 +08:00
reset payload
This commit is contained in:
parent
27792bafca
commit
27068b7d99
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class IMAPConnection extends EventEmitter {
|
|||
continue; // skip this
|
||||
}
|
||||
|
||||
this._server.logger.info('[%s] UIDS: %s', this.id, JSON.stringify(this.selected.uidList));
|
||||
this._server.logger.info('[%s] UIDS: %s', this.id, this.selected.uidList.length);
|
||||
switch (update.command) {
|
||||
|
||||
case 'EXISTS':
|
||||
|
|
Loading…
Reference in a new issue