mvz / email-outlook-message-perl

Email::Outlook::Message Perl module for reading Outlook .msg files
http://www.matijs.net/software/msgconv/
175 stars 31 forks source link

Make full structure test work with different file name quoting #38

Closed mvz closed 2 years ago

mvz commented 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.

Fixes #36.