If you are running multiple requests on the same mailbox you may receive this error under the following circumstances....
Thread 1 processes mail and starts to delete messages.... Thread 2 connects to the mailbox Thread 1 completes deleting mail. The mail server renumbers any existing mails starting from 1 again. Thread 2 starts processing and attempts to access a messagenumber that no longer exists. It errors out... The use of cflock around all of the calls in a particular page using the name attribute and locking on say [EMAIL PROTECTED] would fix the issue... Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235987 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

