Currently Email::MIME uses private function _parse_attributes from the
Email::MIME::ContentType module for parsing Content-Disposition header
which is bad thing. New version of Email::MIME::ContentType module has
parse_content_disposition function for this purpose.
Currently Email::MIME uses private function _parse_attributes from the Email::MIME::ContentType module for parsing Content-Disposition header which is bad thing. New version of Email::MIME::ContentType module has parse_content_disposition function for this purpose.
Stop using private functions of other modules!
Depends on releasing new version of Email::MIME::ContentType with this patch: https://github.com/rjbs/Email-MIME-ContentType/pull/8