Closed arwinvdv closed 1 year ago
Base: 94.76% // Head: 94.86% // Increases project coverage by +0.10%
:tada:
Coverage data is based on head (
10dc04f
) compared to base (a238641
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Don't care about the composer-unused
issue: https://github.com/shivammathur/setup-php/issues/703
When you create an email in Apple Mail and drag an PDF file in the middle of my email (so with text around) and send it, the getBodyHtml only returns the first part of the e-mail.
I added two methods
$message->getBodyHtmlParts()
and$message->getCompleteBodyHtml()
. I don't know if there is a better implementation without DOMDocument. I'd love to hear if improvements are possible. I think its better to rename the$message->getBodyHtml()
to for example$message->getFirstBodyHtml()
but I don't want to break to much.Fixes for: https://github.com/ddeboer/imap/issues/452 https://github.com/ddeboer/imap/pull/454