공부
[Java] mail filename encoding UTF-8
승가비
2020. 7. 10. 23:25
728x90
messageBodyPart.setFileName(MimeUtility.encodeText(filename, "UTF-8", null));
JavaMail sending mail attachment from string - encoding UTF-8
My application has to send a textfile, which it first has to generate as a String. The text contains non-ASCII symbols, so i would like it to be UTF-8. I've tried a lot of variants, but all i recei...
stackoverflow.com
728x90