Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MessagingException: Error getting UIDL

843834Mar 29 2010 — edited Apr 15 2010
I'm currently using JavaMail to read emails from a server using POP3 and am getting a Messaging Exception - Error getting UIDL when I try to retrieve the UIDL for a message. This code has been in production for a few years on different client sites and has just started getting this exception for a particular email for one of the clients. The code that retrieves the UIDL is:

com.sun.mail.pop3.POP3Folder pf = (com.sun.mail.pop3.POP3Folder)folder;
sMsgID = pf.getUID(msg);

Does anyone know why this exception would be occurring?

Thanks for your help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2010
Added on Mar 29 2010
11 comments
790 views