Receive mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayam
    New Member
    • Jun 2007
    • 5

    Receive mail

    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..
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by jayam
    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..
    Your pop3 server wants you to login before you can receive mail. Check the API
    documentation how you can do that.

    kind regards,

    Jos

    Comment

    • HariKutty
      New Member
      • Sep 2007
      • 20

      #3
      Originally posted by jayam
      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..


      Can u help me how to use pop3 in asp.net

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by HariKutty
        Can u help me how to use pop3 in asp.net
        Wouldn't you think that the .NET forum would be a better place to ask that?

        Comment

        Working...