public final class MimeUtility extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static String | decodeText(String text)Decode a string of text obtained from a mail header into
 its proper form. | 
public static String decodeText(String text) throws UnsupportedEncodingException
text - The text to decode.UnsupportedEncodingException - if the detected encoding in the input text is not supported.Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.