We would like to handle already downloaded email without looping and fetching all of them. Are the POP3MessageInfo already sorted by date ?
If yes who decide the order of the pop3Messageinfo ?
We have some pop3 mailbox which contain 8800 messages on server and are never deleted..
If the pop3messageinfo have no sorted logic then we have no way to prevent looping all the message each time we refresh. If the pop3messageinfo were sorted by date then we would be able to fetch the first pop3message headers to check the date then exit the loop