public final class MimeUtility extends Object
Class taken from the apache commons file upload project commons-fileupload
| 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 © 2017. All rights reserved.