mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #469] Viewing a message in Cypht: Make download options simpler to understand (multipart / mixed vs multipart / related vs text / plain vs text / html, etc.) #378
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#378
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 @marclaporte on GitHub (Apr 17, 2021).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/469
Originally assigned to: @christer77 on GitHub.
The 3 types of downloads should be handled/presented differently.
1- The actual files that were attached
This is what the user cares about and should notice. In other mail clients that I can think of, this is shown and the others (described next) are hidden. If it's an image, a preview would be nice: https://github.com/jasonmunro/cypht/issues/382
2- Embedded images
Once these are shown via https://github.com/jasonmunro/cypht/issues/467, users can just right-click and "save as" to get them so we may no longer want to keep them in the list. If we do keep, these should be hidden somehow (like in a "Details" tab/section)
3- multipart / mixed vs multipart / related vs multipart / alternative vs text / plain vs text / html vs embedded
Again, this should be hidden in a "Details" section (along with "all headers") as user doesn't need to download if they see the message.
Related:
https://github.com/jasonmunro/cypht/issues/468
https://github.com/jasonmunro/cypht/issues/351
https://github.com/jasonmunro/cypht/issues/12
@jasonmunro commented on GitHub (Apr 21, 2021):
We already have something like this, It does not do everything you suggest but could be something to build on. In Site -> General is the "Show simple message part structure when reading a message" option. I personally want the detailed view of the actual message structure. It is a unique feature most (all?) clients don't offer and while it may be confusing I think it's cool :)
@marclaporte commented on GitHub (Apr 29, 2021):
OK, so maybe we can flip the option. Put the simple one by default, and have an option "Show advanced message part structure when reading a message" for email geeks :-)