Mark Hewitt

Results 7 comments of Mark Hewitt

Just FYI in case anyone else has this issue, I have created a pull request that addresses this, #35

Just in case it helps anybody, it appears this (upgrade nesbot/carbon to V3) may also fix issues you may encounter using this library with Symfony 7.1 Tagged version 5.5 using...

Also related to #582 Looking at your example it has same structure as #580 , a single part inside a multipart structure, PR for issue #455 altered the line you...

@radek-hill , not quite sure its clear what issue you are having (the one mentioned in this issue or one in #455) but I submitted a PR which I hope...

Same issue as I just report in #582 PR in #455 and commit fad09ad altered Structure::parsePart so it only handles multipart blocks with more than one part, in a case...

FYI, it seems this is related to my issue #582 If I revert change commited in commit fad09ad and return line 116 in Struture.php to original return $this->detectParts($boundary, $body, $part_number);...

Could also be related to my issue #582 You mention mail client provides a structure with a single plain text block inside a multipart block , I have found a...