plugins.mail.receiveMail encoding error

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

Thanks for fixing this one in 3.5.4. The one email had unexpected "s in the charset=“iso-2022-jp” . The other didn’t have any charset stated won’t work but thats ok.

It always amazes me how the Japanese can be so advanced in everything but computers. :roll:

Thanks for fixing so fast.

Steve