diff --git a/imap-core/lib/commands/fetch.js b/imap-core/lib/commands/fetch.js index e972c1ea..05d90b37 100644 --- a/imap-core/lib/commands/fetch.js +++ b/imap-core/lib/commands/fetch.js @@ -224,7 +224,7 @@ module.exports = { this._server.logger.debug('[%s] FETCH: %s', this.id, JSON.stringify({ metadataOnly: !!metadataOnly, markAsSeen: !!markAsSeen, - messages, + messages:messages.length, query, changedSince, isUid