cfpop - do not want to retrieve duplicate emails

2009-11-05 Thread Joshua Rowe
Hello, We need to be able to POP emails from a Yahoo! Mail account without deleting the emails and without retrieving the same email twice. If I set the action attribute to "Delete" in the tag, it deletes the email from the Yahoo account. Is there a way to only pop unique emails without del

RE: cfpop - do not want to retrieve duplicate emails

2009-11-06 Thread Paul Vernon
> We need to be able to POP emails from a Yahoo! Mail account without > deleting the emails and without retrieving the same email twice. If I > set the action attribute to "Delete" in the tag, it deletes the > email from the Yahoo account. Is there a way to only pop unique emails > without dele

Re: Retrieving UID values from a POP mailbox (quickly) WAS: cfpop - do not want to retrieve duplicate emails

2009-11-07 Thread Leigh
> If anyone would like to shed some light on why I would see > that error I'd be most grateful :-). > > Paul It sounds like a combination of things. Just one of those issues you run into when communicating between strong (java) and weakly typed (CF) languages. Java's setProperty(string key, s

Re: SOLVED: Retrieving UID values from a POP mailbox (quickly) WAS: cfpop - do not want to retrieve duplicate emails

2009-11-07 Thread Leigh
> I solved it... You won't believe it though! > > Yes, it *must* be "string" because that is what java expects: http://java.sun.com/javase/6/docs/api/java/lang/System.html#setProperty%28java.lang.String,%20java.lang.String%29 > If I place the JavaCast in the setProperty function, it > doesn't