M
moni
Hi,
I was trying to fetch the number of unread email messages in my yahoo/
gmail inbox by using the Javamail, and JavaBeans Activation Framework
by using the link
http://timarcher.com/?q=node/52
where I was putting
POP3 pop3 = new POP3("yahoo.com", "manavi.monisha", "password");
But I was continously getting an error.
Error:
In catch Unable to connect to POP3 server.
javax.mail.MessagingException: Connect failed;
nested exception is:
java.net.ConnectException: Connection timed out: connect
Please let me know if I would need to add some value to :
Properties props = System.getProperties();
or
store.connect();
Any help will be appreciated.
Thanx...
I was trying to fetch the number of unread email messages in my yahoo/
gmail inbox by using the Javamail, and JavaBeans Activation Framework
by using the link
http://timarcher.com/?q=node/52
where I was putting
POP3 pop3 = new POP3("yahoo.com", "manavi.monisha", "password");
But I was continously getting an error.
Error:
In catch Unable to connect to POP3 server.
javax.mail.MessagingException: Connect failed;
nested exception is:
java.net.ConnectException: Connection timed out: connect
Please let me know if I would need to add some value to :
Properties props = System.getProperties();
or
store.connect();
Any help will be appreciated.
Thanx...