Vincent Dauce
Vincent Dauce
What do you mean by clean html content? - it could be remove the html - it could be let the html like it is (actual result) - it could...
Thanks for your very clear report. I already know this bug but it is not an easy one. https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues/164 https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues/163 https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues/160 I can keep the bug and try to work...
Yes it works only if you check the checkbox "Post the raw, full MIME message". A new PR has been created: https://github.com/beyondcode/laravel-mailbox/pull/114 and it has been fully tested.
But you don't need to have the http headers, you only need the email body and Laravel mailbox will decode the email for you. It's exactly how the other drivers...
Sorry I don't understand, the other drivers works the same they send more information in a Json properties like subject or to but they are not used by laravel mailbox...
getMessageBody('html') will return: `here is my image: ` In reality it will not display the image because cid:img1 is nothing. getMessageBody('htmlEmbedded') `here is my image: ` In reality it will...
Thanks for the nice report, I will checkout.
Thanks, please update the according test.
Thanks, please add at least one test to this pull request (PR) to be able to merge it.
Thanks, but did you see my last comment on the previous PR. https://github.com/php-mime-mail-parser/php-mime-mail-parser/pull/407#issuecomment-1385961363 I have a simpler fix but I need one more test.