Rob Smith wrote:
> Overall, great work! The performance appears to be greatly improved,
> but I did find a bug for you. It would appear that the command to
> retrieve messages from the server (so in my case, trying to retrieve 40
> messages) includes messages that have been deleted but not purged.
> What would happen in my case, is the top of my inbox included many
> messages that had been deleted but not purged, so out of the 40 messages
> the first page was supposed to show, it would only show 21. You went to
> the next page, and the next message would be correctly displayed at the
> top, etc. Everything worked correctly, except that only 21 messages
> would display on the 1st page. After some investigation, it would
> appear that it was counting the deleted messages in the count to 40
> messages, so thats why I was getting the incorrect number of messages.
> It did not show the deleted messages, but was counting them. After a
> purge delete, everything is now working fine.
Yes, I encountered the same problem... I have to find out how to avoid
this because the message count delivered from the server includes all
messages that are marked as deleted...
>