posted 15 years ago
i have an application where unread messages must be retrieved from the gmail server inbox whenever it arrives.
the loop is executing for 15 times and the unread messages are retrieved but after 15 times i am getting exception
javax.mail.MessagingException: connection failure
at com.sun.mail.imap.IMAPStore.getProtocol(IMAPStore.java:775)
at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:910)
at EmailClient$Checker.run(EmailClient.java:721)
at java.lang.Thread.run(Unknown Source)
why is it so.is there any other way to do the same.