DecodeMimeEncodedWords (open)
This function will decode a string with encoded words
Syntax
LOADLIB "wh::internet/mime.whlib";
STRING FUNCTION DecodeMimeEncodedWords(STRING value)Parameters
STRING valueString with encoded words
Return value
STRINGString with the encoded words decoded
Description
This function decodes MIME encoded words of a string (which looks like =?ISO-8859-1?Q?a?=) as documented in RFC 2047