Receiving e-mail problem

I hv wrote a little mail to receive e-mail w/ javamail api but found the following error:

javax.mail.NoSuchProviderException: No provider for pop3

at javax.mail.Session.getProvider(Session.java:249)

at javax.mail.Session.getStore(Session.java:323)

at javax.mail.Session.getStore(Session.java:303)

at RecvMail.main(RecvMail.java:27)

Note that the pop3 is using in my Outlook express with no problem. And I hv no problem to send the e-mail (smtp) with java api.

iSam

[527 byte] By [isam_hk] at [2007-9-26 2:27:45]
# 1
Dear,i have same kind of situation if any body find soloution plz reply kashefbasher@yahoo.com kashif
kashefbasher at 2007-6-29 9:42:26 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi,it seems that you didn't add the pop3-package to your classpath. Try to add it manually then it should work.Stefan
cruxc at 2007-6-29 9:42:26 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...