mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.16k stars 380 forks source link

Get updated state of currently opened mailbox #843

Closed miroslavskela closed 3 years ago

miroslavskela commented 3 years ago

Hello,

one question, is it possible to get updated state of currently opened mailbox without closing that box and opening it again. Now I open one box, let's say INBOX, and I'm listening for onmail event, when that event triggers, is it possible to get info about box, at that moment. On opening box my uidnext was 100, and uidValidity was 1, and when new mail comes, i need updated uidNext value.

Thank you very much.

mscdex commented 3 years ago

The server does not provide updated UIDNEXT values while the box is open.