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).