Open navossoc opened 2 years ago
The attachments are marked as 'inline' and the message has HTML part, in such cases we ignore them on forward. It looks like a bug though. We at least should not ignore non-image attachments, or take into consideration that it is multipart/mixed
message.
The place to fix it will be in rcmail_action_mail_compose::write_compose_attachments()
.
Hi, I found a few emails that I can't forward the attachments.
Below is a sample email:
The webmail detect all the attachments and show them properly on the message preview.
The problem is that it fails when we try to forward -> forward inline them.
(forward as attachment works fine)
Is that a bug or some kind of configuration?
Thanks.