I have a Jmail application which retives a email using pop server.
This is how I access t get the from header.
Message m1 = folder.getMessage(i);
Address [] from = m1.getFrom
when I display the from header it is always of the format:
from [Ljavax.mail.internet.Inte
rnetAddres
s;@1c297a3
How can I get the actual email address like bob@yahoo.com...I am looking f the actual address.
should I do any other settings!!! if so pl let me know
Start Free Trial