Posted By:
Anonymous
Posted On:
Thursday, July 18, 2002 04:03 AM
Hi! My computer is connected to a LAN. The server IP:172.27.0.1 . I can send emails via this server, but i cannot see the received mails from the my account on the server. My account is blus@c7.campus.utcluj.ro. I also found an example at http://developer.java.sun.com/developer/onlineTraining/Ja vaMail/exercises/MailGetting/index.html (at the middle of the page : "Solution Source"). I replaced the following : String host = "c7.campus.utcluj.ro"; String username = "blus"; String password = "blus"; The problem is that the message.length is 0. Still, my account has mails(i'm sure of that :) ). Also, there
More>>
Hi! My computer is connected to a LAN. The server
IP:172.27.0.1 . I can send emails via this server, but i
cannot see the received mails from the my account on the
server. My account is blus@c7.campus.utcluj.ro. I also
found an example at
http://developer.java.sun.com/developer/onlineTraining/Ja
vaMail/exercises/MailGetting/index.html (at the middle
of the page : "Solution Source").
I replaced the following :
String host = "c7.campus.utcluj.ro";
String username = "blus";
String password = "blus";
The problem is that the message.length is 0. Still, my
account has mails(i'm sure of that :) ). Also, there are
no exceptions.
Where do i go wrong, or what to do ? Any ideea,
hint...pls
Thank you for your time.
Andrew
<<Less