Posted By:
Anonymous
Posted On:
Wednesday, February 13, 2002 05:19 AM
Hello All,I have a question.
Will the com.sun.mail.pop3.POP3Folder.getUID(message);
method
return a unique UID String? is it a valid to use it to compare the mails in the store. My idea is to keep the uid of a message for a long session of the each http request so that i could filter the same mail for any new incoiming requests.