Solutionunvalidated

you can use `MimeUtility.decodeText()` to decode the MIME encoded-word format. — String fileName = part.getFileName();. Tension: The `=?utf-8?Q?Sz=C3=A1mla.docx?=` is RFC 2047 encoded-word syntax. Outcome: fileName = MimeUtility.decodeText(fileName);.

15e6c249-b6f5-4860-983b-22b5285a27c0

you can use MimeUtility.decodeText() to decode the MIME encoded-word format. — String fileName = part.getFileName();. Tension: The =?utf-8?Q?Sz=C3=A1mla.docx?= is RFC 2047 encoded-word syntax. Outcome: fileName = MimeUtility.decodeText(fileName);.