vrozkovec opened a new pull request #5: Do not automatically encode attachment's filename URL: https://github.com/apache/commons-email/pull/5 As of javax.mail 1.5.6, `javax.mail.internet.MimeBodyPart` contains the method `static void setFileName(MimePart part, String name) ` that allows user to choose to encode the filename by `MimeUtility.encodeText(name)`. Automatically encoding of filename should not be done in commons-email, but in javax.mail. See issue [EMAIL-138](https://issues.apache.org/jira/browse/EMAIL-138)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
