hi..
i run the java program for receiving mail.. It compiled successfully.. At the run time the following errors are occured..
javax.mail.Auth enticationFaile dException: Login failed.
at com.sun.mail.po p3.POP3Store.pr otocolConnect(P OP3Store.java:1 28)
at javax.mail.Serv ice.connect(Ser vice.java:236)
at fetch.main(fetc h.java:28)
Can anyone tell me for clear the errors..
i run the java program for receiving mail.. It compiled successfully.. At the run time the following errors are occured..
javax.mail.Auth enticationFaile dException: Login failed.
at com.sun.mail.po p3.POP3Store.pr otocolConnect(P OP3Store.java:1 28)
at javax.mail.Serv ice.connect(Ser vice.java:236)
at fetch.main(fetc h.java:28)
Can anyone tell me for clear the errors..
Comment