I guess I mainly need a way to delete the messages after processing them. I was creating a list of UID's of the messages to delete. At the end of the run, I was calling CFPOP with action="delete" and uid="myUIDDeleteList". But, of course, myUIDDeleteList was always empty. I confirmed this by echoing the UID's. Perhaps there's a setting in the CF server that I'm missing. I wonder how mail clients request that a message be deleted.
Robert Nurse STG Contractor - Applications Development Enterprise Management Center Computational & Information Sciences Directorate -----Original Message----- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 12:30 AM To: CF-Server Subject: Re: Interfacing Java Classes With CF Nurse, Robert (Cont, ARL/CISD) wrote: > By server dependent, are you talking about POP servers? If so, my yes. and i suppose how well they work/don't work w/javamail. > ISP's POP server does create UID's. I opened up a telnet session with > it and there they were. Every last message had a UID. But <CFPOP> > wasn't returning them for some messages. well it's there for me from several mailservers. and i've never seen a POP3 mailserver return messages by UID (lower level getMessageByUID, getMessagesByUID methods only seem to work w/IMAP though i suppose there must be one POP3 server somewhere that supports this). only reason we use UID w/POP3 is to track seen/not seen messages. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get help! RoboHelp http://www.houseoffusion.com/banners/view.cfm?bannerid=58 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5272 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
