
Signature
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
Hi,
I did try using pop.mail.yahoo.com, instead. But it still dosent work.
Maybe I should add it in the properties of store.connect(??) and
Properties ??? I actually also tried that..it still dosent work. Maybe
i have the wrong parameters in there? Any clue?
Thanx..
Moni
> > Hi,
>
[quoted text clipped - 22 lines]
> E-mail : n...@ion.le.ac.uk
> Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
Nigel Wade - 01 Oct 2007 10:21 GMT
> Hi,
>
> I did try using pop.mail.yahoo.com, instead. But it still dosent work.
In what way did it fail? "It doesn't work" tells us nothing useful. Can you
connect to their POP3 server from a command shell using telnet? That is the
first level diagnostic to perform, to check that you have the necessary
networking setup.
Open a command shell and type:
telnet pop.mail.yahoo.com 110
If your networking is setup correctly you should get a prompt back from Yahoo
POP3 server:
Trying 206.190.53.11...
Connected to pop.mail.yahoo.com (206.190.53.11).
Escape character is '^]'.
+OK hello from popgate on pop107.plus.mail.re2.yahoo.com 2.38.1
If you don't get a response there is likely something wrong with your networking
setup. If telnet can't connect then it's unlikely Java will be able to.
> Maybe I should add it in the properties of store.connect(??)
What is store.connect()?

Signature
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
Roedy Green - 02 Oct 2007 00:06 GMT
>I did try using pop.mail.yahoo.com, instead.
>But it still doesn't work.
I would try some smaller mail server for debugging. It less likely to
have peculiar properties. I would leave Gmail, Yahoo, and AOL until
you have the code working elsewhere. They are all primarily web mail,
and might not even support POP3.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Greg R. Broderick - 06 Oct 2007 17:33 GMT
[posted and mailed]
moni <mons.2110@gmail.com> wrote in news:1191021570.799674.179080
@d55g2000hsg.googlegroups.com:
> I did try using pop.mail.yahoo.com, instead. But it still dosent work.
I'd suggest reading the documentation for JavaMail and setting the system
property "mail.debug" as detailed in the documentation, as discussed in the
javadoc for Javamail.
I would also suggest reading the documentation for Yahoo Mail, particularly
<http://mailplus.mail.yahoo.com/>, which indicates that POP3 access is not
available for free, standard Yahoo mail accounts but is available for the
$19.95 / year upgraded Yahoo Mail service.
If you're still having problems, please post:
1. a _complete_, correct and compilable test program that demonstrates the
problem (username and password obscured, of course).
2. a fuller description of the problem that you're having than "it don't
work".
3. output sent to System.out from running the program in step #1 with
mail.debug set as described in the javadoc.
Cheers!
GRB

Signature
---------------------------------------------------------------------
Greg R. Broderick usenet200709@blackholio.dyndns.org
A. Top posters.
Q. What is the most annoying thing on Usenet?
---------------------------------------------------------------------