[Top]
MIME
|
Method MIME.encode_words_quoted()
- Method
encode_words_quoted
string encode_words_quoted(array(array(string)|int) phrase, string encoding)
- Description
The inverse of decode_words_tokenized() , this functions accepts
an array like the argument to quote() , but instead of simple strings
for atoms and quoted-strings, it will also accept pairs of strings to
be passed to encode_word() .
- Parameter encoding
Either "base64" or "quoted-printable"
(or either "b" or "q" for short).
- See also
MIME.encode_words_quoted_remapped()
MIME.encode_words_quoted_labled()
|