I am having problem with Java Mail API.
I can successfully send mail, but some special characters (from ISO-8859-2 languages like czech, slovak) are not shown in mail. They are damaged ...
I am using Javamail (javax.mail) to send mails. I successfully adjusted contents of my mail as utf-8. However I could not set subject line as a utf-8 encoded string.
I tried even
I have a issue with the chinese characters while parsing the mime message (MimeBodypart). In the MimeMessage charset is mentioned as "gb2312". i am using the MimeBodyPart.getContent() to get the content. ...
i'm using apache commons email to send email to my clients, but i have a client called 'Semana da Computação' (in portugues BR) but it goes 'Semana da Computação' .
I try ...
I'm doing some work using the JavaMail API, and I've run across encodings which Java doesn't support natively (by design), such as UTF7/unicode-1-1-utf-7. For that encoding in particular I ...
we have done the application as send a mail in multiple languages.
i am using IE 6.0. in default the browser encoding type is western European(ISO) [view->Encoding->Western European(ISO)].
Now i send a mail ...