Hi,
Using $message->getAllAttachmentParts();, we get the following error "mb_convert_encoding(): Illegal character encoding specified".
Most of the time, the attachment is inline.
Is there any way we can get the attachments, ignoring those failing?
I tried setting the encoding to UTF, but did not help.