Webklex / laravel-imap

Laravel IMAP is an easy way to integrate both the native php-imap module and an extended custom imap protocol into your Laravel app.
https://www.php-imap.com
MIT License
617 stars 177 forks source link

Base64 attachments in side content mail #448

Closed matran2210 closed 1 year ago

matran2210 commented 1 year ago

I use $message->getHTMLBody() and receive all ( html_body + base64 of the attachment) (illustration) I use $message->getAttachments() and didn't get anything ccc

I don't know what email structure this is. I need to separate html body and attachment Someone help me please!

matran2210 commented 1 year ago

@Webklex can you help me ?

Webklex commented 1 year ago

Hi @matran2210 , unfortunately this is the wrong repository. Please had over to https://github.com/Webklex/php-imap

If you believe this is a bug, please use this issue template https://github.com/Webklex/php-imap/issues/new?assignees=&labels=&template=bug_report.md and provide as much information as possible. Preferably so the issue can be reproduced.

Best regards & happy coding,