Posted By:
Bharath_Krishna
Posted On:
Tuesday, March 29, 2005 09:34 PM
Hello
I configured a mail server locally using Mercury Tool which uses IMAP protocol. I am able to find out the count of messages in any folder. But I am not able to read the content,subject..etc...In short I am not able to use abstract methods.The following exception is coming...
javax.mail.MessagingException: Failed to load IMAP envelope
at com.sun.mail.imap.IMAPMessage.loadEnvelope(IMAPMessage.java:1069)
at com.sun.mail.imap.IMAPMessage.getFrom(IMAPMessage.java:194)
at Test.main(Test.java:119)
Can anyone help me out.