mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #531] Soft and/or hard limit to number of recipients #392
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#392
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 (Nov 8, 2021).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/531
Every once in a while, I'll receive an email with 50+ recipients. And with more recipients, there is a good chance someone will reply to all.
It is usually an error.
Many clients and email services have limits. Ex.:
We should have warnings to help users.
@dumblob commented on GitHub (Nov 8, 2021):
Yep, persistent (i.e. visible during the whole compose session - even if opened from a draft folder) warning. But please no hard limit.
@jasonmunro commented on GitHub (Jul 15, 2022):
@marclaporte to clarify, you want to have a warning if you reply-all to a message with > X recipients. That is not what the PR does so I just want to clarify before I comment on it. The PR uses JavaScript to trigger the warning on a keyup event, so it would only trigger if you are actually typing in the recipients. Also the way it is coded the message cannot be translated and it's possible it will miscount as recipient lines are notoriously hard to parse properly.
@marclaporte commented on GitHub (Jul 16, 2022):
You understood correctly. But basically it doesn't matter if it's typed in or reply to all, there should be a soft warning at one point.
@jasonmunro commented on GitHub (Jul 16, 2022):
I don't think a warning about typing in 20 recipients makes a lot of sense, but we can add that as well if you think it does. I posted some code to the PR that will warn if you load a draft or reply to a message that has > 20 recipients from the to + cc line. Often larger recipient lists are in the bcc field so I chose not to include that toward the warning
@marclaporte commented on GitHub (Jul 16, 2022):
Your proposal works for me :-)
@jasonmunro commented on GitHub (Jul 19, 2022):
committed so closing this.
@marclaporte commented on GitHub (Dec 15, 2023):
For the record:
github.com/cypht-org/cypht@293d1af576