If I do a CFPOP with ACTION="GetAll" and then later do an
ACTION="Delete", how does CF keep track of which message I'm referring
to?  What if in the meantime another process had deleted one or more of
the messages returned in the original call to CFPOP - will message #10
still be the message I thought it was?  I suspect it will simply be the
10th message returned by the mail server whenever the delete action is
run and the wrong one message would be deleted from the server.

A variation on this, which is what I'm trying to do:  I'd like to have a
CF program, using CFPOP, retrieve messages from a mailbox, _not_ delete
the messages, then in subsequent runs, retrieve only new messages
(similar to the way an email client might operate)?  I understand the
STARTROW attribute, but once again, it doesn't seem to address starting
at a specific message, simply at the Nth message.  What if messages had
been deleted since the last program execution - won't that throw this
STARTROW point off?  Is there any other way of identifying a specific
message and saying "retrieve every message after this one"?

Thanks,
Jim



------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to