[appengine-java] GAE JavaMail jumbles UTF-8

2010-07-12 Thread Marc Hacker
On Google App Engine Java email service, I am trying to send a UTF8 (Hebrew) email subject and body but they arrive (in Gmail) jumbled as �� Here is my code MimeMessage msg = new MimeMessage(session); msg.setSubject(emailSubject, "UTF-8"); Multipart mp = new MimeMult

Re: [appengine-java] GAE JavaMail jumbles UTF-8

2010-07-12 Thread Pieter Coucke
I can only confirm I see the same issue when sending e-mail with a German ü in the subject. I haven't found a solution yet. On Mon, Jul 12, 2010 at 3:04 PM, Marc Hacker wrote: > On Google App Engine Java email service, I am trying to send a UTF8 > (Hebrew) email subject and body but they arriv