> I'm trying to use CFPOP to delete some emails... but I > keep getting a "The specified message has been deleted" > message. > > Anyone else seen that? I am calling CFPOP a few times > previously in the application -- first to grab the headers, > then to grab the actual messages in specific instances. > > Could it be a locking problem?
If you delete a message, the other messages will be renumbered on the POP server end, I think. So, you either have to track the message numbers (either by re-fetching them, or by storing information on how they'd be renumbered) or you have to delete messages in reverse order, from last to first. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ 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

