-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem forwarding an email with jpg image attached received from iOS mail app #7414
Comments
Provide a sample message, please. |
The attachment is marked as inline. I think we have already tickets for similar issues, but I'll leave it open. I hope to have time to work on these for 1.5. Your workaround is to use "forward as attachment" feature. |
Thank you |
The question is : why the problem appear only with an email from iOS app mail ? |
Most clients do not use |
If I used the "forward as attachment" feature, a file attachment containing the email appear + the jpg image file that did not appear with the simple "forward" command. So to summarize : forward command, jpg file disappear, "forward as attachment" jpg file appear. |
We have the same issue using Rouncube Web client. Forward as attachment works in this case. |
We are also getting reports of this |
The problem is at compose.inc:997
I saw that code above was developed by issue #7122 and removing else condition on it fix the problem on this issue. I will investigate it, fix on my RC locally and open a PR here. Regards. |
Fixed. |
I receive an email from iOS mail app containing a jpg image attached.
I can open the image, all works normally.
When I forward this email, the jpg image attached disappear, it not appear in body either.
All works fine if the file attached is something else like a pdf file.
Roundcube version : 1.4.5
The text was updated successfully, but these errors were encountered: