CFX_POP3 is a freeware that is supposed to take care of the problems with CFPOP.
I have written a coldfusion template that uses CFX_POP3 to log into an external POP server and download the header information. This has been scheduled to run every 15 minutes. Most of the time, it works as expected. However, on a few occasions, it throws the following error message : Error occurred in tag CFX_POP3 Exception class: EAccessViolation Exception message: Access violation at address 00000A0D. Read of address 00000A0D Messages are periodically deleted from the POP server every few days. I have seen this error when the POP server has 0 messages on it. Why are we getting this error ? Are there any other conditions that would lead to us getting this error ? More importantly, how can we prevent / handle this error ? Can we put the code inside a <try> <catch> block to handle this exception in our coldfusion template ? Vishal. ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

