mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[GH-ISSUE #1355] Display raw not working #635
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#635
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ulfgebhardt on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1355
Originally assigned to: @amaninyumu1, @mercihabam on GitHub.
🐛 Bugreport
Display raw not working.
When I click on
Rawin the top menu of an email to see headers and alike, I am redirected to the startpage.It is not possible to display an raw email.
Version & Environment
Rev: [v2.4.0]
OS: [chromium, alpine]
Mitigation
There is a
Show Sourcewhich opens a new window with what I need. not as convenient, but it serves its purpose.Steps to reproduce
Raw@mercihabam commented on GitHub (Nov 21, 2024):
@ulfgebhardt, thank you for your report! The
rawaction should be removed, as theshow sourceaction provides all the necessary data and offers additional functionalities, such as Download and Copy to Clipboard.@ulfgebhardt commented on GitHub (Nov 21, 2024):
I like the
rawmethod way more then the show source - thats your choice in the end, but the raw thing is very useful@mercihabam commented on GitHub (Nov 22, 2024):
Please explain!
@ulfgebhardt commented on GitHub (Nov 22, 2024):
Assume you have an email like this and you are unsure if its legit or whatever is wrong with it and you want to investigate

You can just switch to

rawmode and see whats happening - inline & fast - no need to switch tabs, no further hustle (also notice the nice clean interface with very little colors) - once your done you can switch back tonormaland keep reading.In terms of usability the proposed solution is a regression.
The same workflow applies to images - see #1367 - with inline images you don't need to download them and fiddle them out of the downloads folder, but just can look at them - no hustle
@mercihabam commented on GitHub (Nov 22, 2024):
The reasoning here is that the page used for opening a message functions as a reading board, not a debugging window. Most users don’t even know what "raw" refers to in the context of emails, so it doesn’t make sense to keep it within the message template frame. Additionally, opening the source in a new tab, where it occupies the entire screen, makes it easier for users to focus on the content.