[GH-ISSUE #183] attachents in inline message is too long #150

Closed
opened 2026-02-25 21:34:18 +03:00 by kerem · 2 comments
Owner

Originally created by @mazhigali on GitHub (Apr 4, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/183

Originally assigned to: @jasonmunro on GitHub.

HI. horizontal scroll is too big in inline message
image

Originally created by @mazhigali on GitHub (Apr 4, 2017). Original GitHub issue: https://github.com/cypht-org/cypht/issues/183 Originally assigned to: @jasonmunro on GitHub. HI. horizontal scroll is too big in inline message ![image](https://cloud.githubusercontent.com/assets/26579521/24660663/c5fafb84-1958-11e7-8c08-10f1a9084dc3.png)
kerem 2026-02-25 21:34:18 +03:00
Author
Owner

@jasonmunro commented on GitHub (Apr 4, 2017):

Looks like 2 bugs - the layout and the attachment filename is not decoded. I will look into it.

<!-- gh-comment-id:291525584 --> @jasonmunro commented on GitHub (Apr 4, 2017): Looks like 2 bugs - the layout and the attachment filename is not decoded. I will look into it.
Author
Owner

@jasonmunro commented on GitHub (Apr 4, 2017):

Just pushed a fix for this in github.com/jasonmunro/cypht@05aad356c4

This does the following:

  • properly decodes the filename/descripiton field
  • forces the message parts section to be the same width as the message
  • hides the encoding and charset columns when using inline message view to save some horizontal space
  • forces long names that would expand the table to overflow: hidden so they don't stretch the layout

This should help! Also, you can enable the "Show simple message part structure when reading a message" option in Settings -> Site which will save a bit more horizontal space by not showing the complete nested message structure and only display the downloadable attachments.

If you could test this out and let me know if it's better for you that would be great. Thanks for the feedback!

<!-- gh-comment-id:291544254 --> @jasonmunro commented on GitHub (Apr 4, 2017): Just pushed a fix for this in https://github.com/jasonmunro/cypht/commit/05aad356c43488cc2082997e2c9b95b3d6ee828d This does the following: - properly decodes the filename/descripiton field - forces the message parts section to be the same width as the message - hides the encoding and charset columns when using inline message view to save some horizontal space - forces long names that would expand the table to overflow: hidden so they don't stretch the layout This should help! Also, you can enable the "Show simple message part structure when reading a message" option in Settings -> Site which will save a bit more horizontal space by not showing the complete nested message structure and only display the downloadable attachments. If you could test this out and let me know if it's better for you that would be great. Thanks for the feedback!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#150
No description provided.