User Details
User Details
- User Since
- Sep 21 2016, 3:03 PM (432 w, 1 d)
- Availability
- Available
Sep 21 2016
Sep 21 2016
bzerr retitled D16584: Backport fix from php-mime-mail-parser to fix attachment parsing from to Backport fix from php-mime-mail-parser to fix attachment parsing.
bzerr added a comment to T11678: Inline images from emails sent from Outlook are not correctly attached to Maniphest Tasks.
So I've figured out the underlying cause. Outlook is sending attachments without a Content-Disposition header. The current version of mimemailparser included with Phabricator completely ignores attachments without that header.
bzerr added a comment to T11678: Inline images from emails sent from Outlook are not correctly attached to Maniphest Tasks.
Makes sense, these are old versions of software. I will test with more recent versions of both Windows and Outlook to see if the issue persists.
bzerr added a comment to T11678: Inline images from emails sent from Outlook are not correctly attached to Maniphest Tasks.
With the .eml files, you could change the From: and To: headers and pipe directly into sendmail or similar MTA.
If that doesn't work, I would be happy to provide a VM instance to assist in reproduction.