### What needs to be done? - When the message count increases, the server sends RECENT based on the count delta, not the actual recent count from storage. - The code does fetch the actual recent count, but does not use it in that path. - Not necessarily fatal for all clients, but can produce misleading untagged RECENT responses in edge cases.
What needs to be done?