String encodedString = MimeUtility.encodeWord(myString, "utf-8", "Q");

The MimeUtility.encodeWord only encodes if a non US-ASCII character is found. For best use in a email header i want to always encode like this.

So is it a way to force it to encode a string?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.