Been there done that.....
Use
public static final String DEFAULT_ENCODING = "ISO-2022-JP";
with javamail (tested on JDK 1.3 and JDK 1.4).
(That's actually the standard for encoding Japanese in mail....
We used to us SJIS and it worked with everything except a few J-Phones
and a few AUs..... finally we found out after a lot of reading and experimenting).
In the header we needed:
setHeader("Content-Type", "text/plain; charset=ISO-2022-JP")
We also needed to use the encoding for the textpart and the title, etc etc.
Let us know if you get attachments working on AU with JavaMail and pmd files.
I could never get them to cooperate so we found an alternate solution.
But our method of setting the encodings works with web links.... older AU phones
(before @mail) require a different more complex solution which you probably won't need.
Philippe Bolomier wrote:
> Does any one knows which is the encoding used by AU's Ezweb email ? (the goal would be to send a web link to au phones from a JavaMail application) Thanks. P.
>
> ---------------------------------
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
>
> This mail was sent to address paul.lester@lincmedia.co.jp
> Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/
--
*+*=*+*=*+*=*+*=*+*=*+*=*+*=*+*=*+*=*+*F=m(dv/dt)
Paul B. Lester
theta division
LincMEDIA Group:(Layer-8 Technologies Inc)
Chief Engineer
Programmer/Chakumelo engineer/DBA/QA etc
EMAIL: paul_lester@lincmedia.co.jp
--
http://www.thetamusic.com/
http://myc.thetamusic.com/
http://composer.thetamusic.com/
http://thetaworld.thetamusic.com/
http://www.daijob.com/
http://www.chakumatic.com/
personal homepage: http://pbl1.tripod.com/
personal EMAIL: pbl1@cornell.edu
*+*=*+*=*+*=*+*=*+*=*+*=*+*=*+*=*+*=*+*F=m(dv/dt)
Received on Fri May 17 11:09:58 2002