
naresh chauhan - 2011-01-20 13:33:54
Is it possible to read multiple emails at a time. Suppose I want to implement feature in which for example I have 4 emails, so is it possible that script will insert 1st email into database and delete it. So now there are 3 emails, again script with read email, insert it and delete that email, now we have 2 emails on the server. Is it possible to call script once and all the operation will be done during call. So at the end of script execution we don't have any emails.