Method | Description | |
---|---|---|
Decode ( String encodedWords ) : String |
Decode text that is encoded with the EncodedWord encoding. See RFC 2047 section 2 "Syntax of encoded-words" for more details |
public static Decode ( String encodedWords ) : String | ||
encodedWords | String | Source text. May be content which is not encoded. |
return | String |