Method MIME.decode_words_text()
- Method decode_words_text
array(array(string)) decode_words_text(string txt)
- Description
Separates a header value containing text into units and calls MIME.decode_word() on them. The result is an array where each element is a result from decode_word().
- See also