mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-08 07:20:59 +08:00
fixed invalid highestmodseq status item response
This commit is contained in:
parent
df1b73083a
commit
494095f6f1
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ module.exports = server => (path, session, callback) => {
|
|||
messages: total,
|
||||
uidNext: mailboxData.uidNext,
|
||||
uidValidity: mailboxData.uidValidity,
|
||||
unseen
|
||||
unseen,
|
||||
highestModseq: Number(mailboxData.modifyIndex) || 0
|
||||
});
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue