
 Reza Maghsoudi - 2010-02-28 13:41:34
Hi Manuel,
Actually I've used the pop3/mimeparser class in part of my application which allows people to add their pop3 account details (i.e the server name, username, password, tick for delete after download of not, ...)
But pepole do not like to tick for delete after download and wants to get their emails in their mail clients (i.e outlook, ...) too.
So my problem is that I have to read all people's emails which now increased to tons of emails and caused my cronjob to take long time to run and the server becomes slow when cronjob is running.
I'm saving the latest email's received by date/time and using this to download only new emails, I was thinking if there is any way to pass this to the pop3 server when connecting to it and force the pop3 server to only list new emails of each email account, so I don't need to list all emails of all email accounts and then check the date/time from header and decide if I have to download it or not.
This is going to be really a big problem for me. Thank you if you could help me.
Thanks.
Reza Maghsoudi