Add new functions build_content_type() and build_content_disposition() by pali · Pull Request #11 · rjbs/Email-MIME-ContentType
These functions compose Content-Type and Content-Disposition headers. Non-ASCII attributes are encoded to UTF-8 and too long (> 78 bytes) attributes are split, both according to RFC 2231. For co...