Hi Guys,
I am using a receiving POP mail procedure within a loop (checking / receiving every 5 minutes)
Everything is working well, except that the mailbox on the server from where POP mail is being downloaded are getting fuller as message are being left on the server side.
The whole process becomes slower and slower as time goes on.
I am using the Decide method to get an e-mail list first, to compare message count, before downloading.
There are a couple of thousand messages in the server-mailbox, and takes approximately 15 minutes for the client to process and download the latest message.
Is this delay to be expected?