You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it says 4 which is correct. Furthermore the value of uidvalidity doesn't change, where uidnext is correct. Is there a way or is it needed to update the status or force an update so that the given data will match the server status?
The text was updated successfully, but these errors were encountered:
Maybe I miss something but it seems, that the folder status isn't reliable or not up to date in every situation.
I get the folder with
$folder->getStatus()
Result is:
If I fetch the unseen messages with
$folder->query()->unseen()->get();
it says 4 which is correct. Furthermore the value of uidvalidity doesn't change, where uidnext is correct. Is there a way or is it needed to update the status or force an update so that the given data will match the server status?
The text was updated successfully, but these errors were encountered: