Page MenuHomePhabricator

Backport fix from php-mime-mail-parser to fix attachment parsing
ClosedPublic

Authored by bzerr on Sep 21 2016, 9:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 3:31 AM
Unknown Object (File)
Fri, Apr 19, 5:20 PM
Unknown Object (File)
Thu, Apr 11, 10:29 AM
Unknown Object (File)
Mon, Apr 8, 11:48 PM
Unknown Object (File)
Mon, Apr 8, 11:47 PM
Unknown Object (File)
Fri, Apr 5, 11:49 PM
Unknown Object (File)
Apr 2 2024, 9:42 AM
Unknown Object (File)
Apr 2 2024, 9:28 AM
Subscribers

Details

Summary
  • Allow proper parsing of attachments with missing Content-Disposition header
Test Plan
  • Create application email for Maniphest.
  • Send example broken email from Outlook 2007 to that address

Diff Detail

Repository
rP Phabricator
Branch
fix-mail-attachments
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13802
Build 17836: arc lint + arc unit

Event Timeline

bzerr retitled this revision from to Backport fix from php-mime-mail-parser to fix attachment parsing.
bzerr updated this object.
bzerr edited the test plan for this revision. (Show Details)
epriestley added a reviewer: epriestley.
epriestley added inline comments.
externals/mimemailparser/MimeMailParser.class.php
260

Missing some text in this comment ("Some mail clients do not..."), but I'll fix that locally. Thanks!

This revision is now accepted and ready to land.Sep 21 2016, 10:02 PM
This revision was automatically updated to reflect the committed changes.