public class DecoderUtil extends Object
| Constructor and Description |
|---|
DecoderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeEncodedWords(String body,
DecodeMonitor monitor)
Decodes a string containing encoded words as defined by RFC 2047.
|
public static String decodeEncodedWords(String body, DecodeMonitor monitor) throws IllegalArgumentException
body - the string to decodemonitor - the DecodeMonitor to be used.IllegalArgumentException - only if the DecodeMonitor strategy throws it (Strict parsing)Copyright © 2004–2015. All rights reserved.