Closed mvz closed 2 years ago
Older versions of Email::MIME seem to always include quotation marks around the filename in Content-Disposition. This makes the full_structure test fail. This change sanitizes the Content-Disposition header so this difference is ignored.
full_structure
Fixes #36.
Older versions of Email::MIME seem to always include quotation marks around the filename in Content-Disposition. This makes the
full_structure
test fail. This change sanitizes the Content-Disposition header so this difference is ignored.Fixes #36.