Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Which of the (plethora of) MIME functions is the best for you depends a bit on your requirements. The ones with "words" in the name support
Thanks for the explanation. Maybe some of this should go into the MIME docs as examples.
Anyway, after some searching and trying, I finally settled on using MIME.tokenize and MIME.quote.
So I rewrote my implementation to use both primitives, and then moved the implementation, the testsuite and the references to: MIME.decode_headerfield_params() MIME.encode_headerfield_params()
Comments?