mail-mime-parser
mail-mime-parser copied to clipboard
How to extract and save inline images attachments?
Hello!
I'm working with this library and I can extract and save attachments, but now I want to do the same with inline images. Is there an easy way to do it with this library?
Thanks in advance.
Hi @thiagobit --
Message::getAllAttachments excludes only 'inline text' and 'multipart' parts, so an inline image should be returned. The documentation's not very clear on it though (working on improving that).