Posted By:
biser_grigorov
Posted On:
Friday, July 26, 2002 03:50 AM
Hi, I am geting messages from pop3 server
.....
javax.mail.Message message[] = folder.getMessages();
.....
javax.mail.Part p = message[i];
.....
there is't a problem.
When I try to get the content
Object obj = p.getContent();
- it is giving the following error :
java.io.UnsupportedEncodingException: koi8-u
...
Does any one know how to avoid this? Thanks !