Using plugins.mail.receiveMail I get the following error in the log and the Kanji in the email gets scrambled:
java.nio.charset.IllegalCharsetNameException: “iso-2022-jp”
Maybe it’s the use of lower case thats throwing it off? I’m not sure. Encodings are such a major pain.
This happens with some of the major Email providers that people use here in Japan. One major mobile phone that people use called AU does this (they are a royal pain with the browser they use so it makes sense). One other I know of is Hotmail Japan. The rest work now after the last fix to encoding.
I use the following setting that work with 80% of Japanese email:
mail.mime.charset=UTF-8
mail.mime.encoding=8bit
Servoy Developer
Version 3.5.3-build 516
Java version 1.6.0_03-b05 (Japanese Windows XP)
I made a support issue.
Steve