Hi all,
I'm trying to send mail through SMTP using MimeMessage.
When I send Hebrew characters in the subject or body, I get a bunch of question marks.
I've tried using escapeToJS (or HTML,URL) and also tried using URLEncoder to encode the string to a Hebrew charset, but with no luck.
All I got was %F7%AA or #3124 kind of characters, depending of the charset.
Amit