You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/10/10 20:43:08 UTC

[GitHub] [commons-email] vrozkovec opened a new pull request #10: Do not automatically encode filename

vrozkovec opened a new pull request #10:  Do not automatically encode filename
URL: https://github.com/apache/commons-email/pull/10
 
 
   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 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:
users@infra.apache.org


With regards,
Apache Git Services