> 1. Why can't I get the replyto header values ? Your code looks okay to me. I'm not sure what's going on there.
> Is there any other way that I can make sure that > one cycle does not end up reading any message headers already read in > the previous cycle ? The only way I know of is to use the undocumented UID field to compare. UID Is returned along with the other headers. It's a unique identifier for each message, and you can use it to compare the messages returned by CFPOP with the ones in your database. > Also, how reliable is CFPOP for this kind of heavy activity ? CFPOP worked fine for us until it stopped. Then it didn't work almost all the time, returning an "unexpected exception condition" error and locking the mailbox. We're trying cfx_pop3 now (http://www.web-architect.co.uk/CFX/CFX_POP3.zip) and so far it's worked great. -- Owen ---- Athens County Library Services http://www.athenscounty.lib.oh.us ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

