Hi Ozkan, > exception! javax.mail.MessagingException: Malformed message; > nested exception is: > java.io.IOException: Unknown encoding: 8-bit >
I hit something similar. It turned out to be a problem with the JVM installer. The Windows JRE installer doesn't automatically install the Asian character encodings unless Windows is running in a Asian locale - it leaves out some jars. With James everything works until you get an email from Asia - at which point it throws this error. So you either need to: - install the JVM again, with the missing locales and character encodings - work out which jars are missing and add them from the JDK HTH Martin Filtered by 3BClean from http://www.3bview.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
