>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.
Yes, when you open a tcp connection to POP the number id's of all messages will remain the same even after deleting several. Once the connection is closed however the next time you open one the numbering will be refreshed. Actually POP3 has extensions (and IMAP as well) that allow you to reference unique ID numbers that never change for each email, but it's been so many years since I've really used CFPOP itself I'm not sure if they're supported or not. (I think they are aren't they?) --min ______________________________________________________________________ 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

