Skip to content
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

JPG and JPEG attachments do not show up within messages from some providers #9685

Open
2 tasks done
gianlucagiacometti opened this issue Oct 31, 2024 · 3 comments
Open
2 tasks done

Comments

@gianlucagiacometti
Copy link
Contributor

Prerequisites

  • I have searched for duplicate or closed issues
  • I can recreate the issue with all plugins disabled

Describe the issue

When I receive messages with attached .jpeg or .jpg files from some providers (Exchange and Gmail included), I see the clip in the message list but no attachment shows up either in the message preview or in the message if I double-click it.
If I forward to myself from my phone with Aquamail, it shows correctly.

This issue does not happen if I receive other type of attachments (.png, .pdf).

I have the latest roundcube git version updated today and I tried in all my 3 servers (with the same php8.3).

I checked the source and the attachment is there:


--0000000000003977590625b291eb
Content-Type: image/jpeg; 
	name="nice_pic.jpeg"
Content-Disposition: attachment; 
	filename="nice_pic.jpeg"
Content-Transfer-Encoding: base64
Content-ID: <f_m2vz2apx0>
X-Attachment-Id: f_m2vz2apx0

and goes on with encoded jpeg

What browser(s) are you seeing the problem on?

Chrome, Edge, Firefox, Other

What version of PHP are you using?

v8.3

What version of Roundcube are you using?

1.7-git

JavaScript errors

no errors in the console

PHP errors

no errors in log file

@gianlucagiacometti
Copy link
Contributor Author

Hi Alec,
I can provide any information that you think can be useful.
Maybe I can send you the full source of one message with the problem.
I attach two screenshot to show the issue (coming from a gmail account).
That also happens with all plugins disabled.
Screenshot 2024-11-03 101031
Screenshot 2024-11-03 101054

Thank you in advance

@gianlucagiacometti
Copy link
Contributor Author

I also tried with my phone and duckduckgo browser. Same problem.

@pabzm
Copy link
Member

pabzm commented Nov 20, 2024

This might be related to or the same as #9565. Can you check if this behaviour exists with Roundcubemail v1.6.9, too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants