Fetch message by UID POP3

Is there any efficient way to fetch a message by its UID from a POP3 folder (similar to how it is done in a UIDFolder)?ThanksRakesh
[152 byte] By [rakeshva] at [2007-11-27 6:55:03]
# 1
POP3 UIDs work differently than IMAP UIDs. See the POP3 protocol spec andthe com.sun.mail.pop3 package documentation. You can fetching all the UIDsfor all messages and then iterate through the Message objects looking for theUID you want.
bshannona at 2007-7-12 18:30:22 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...