-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add 'max_disclosed_recipients' option #5132
Comments
Comment by @alecpl on 25 Jan 2015 08:03 UTC We could implement this feature, but only as a soft limit, i.e. only to display a warning. The warning could be displayed when user enters recipients not when it clicks Save/Send, I suppose. |
Milestone changed by @alecpl on 25 Jan 2015 08:03 UTC => later |
Still not implemented in Thunderbird, maybe we could have it first. I like the idea. |
Implemented. |
ZiBiS
added a commit
to ZiBiS/roundcubemail
that referenced
this issue
Nov 8, 2016
* 'master' of https://github.com/roundcube/roundcubemail: (24 commits) Fix recognizing Sent folder on search if current folder has been changed by plugins in meantime CS improvements, _xor() method replaced with an anonymous function Fix style of Save button in password form (larry) Fix so templating system does not mess with external (e.g. email) content (roundcube#5499) Make "Add contact" image/text ignored when copying/selecting recipients in main headers (roundcube#5103) Fix redundant keep-alive/refresh after session error on compose page (roundcube#5500) Icons alignment fix Get rid of "popupmessage" class Warn about too many disclosed recipients in composed email [max_disclosed_recipients] (roundcube#5132) Allow to omit a subject when sending an email (roundcube#5068) identity_select: Support Received header (roundcube#5085) Fix error checking on get_script() result + some CS fixes Fix missing contact ID for contacts from non-sql addressbooks Remove "@Version @package_version@" Removed unused moxieplayer.swf CS fixes, use $this instead of local variable Plugin API: Added get_compose_responses hook (roundcube#5457) Enigma: Support GnuPG 2.1 (roundcube#5313) Better handling of rcube_text_editor.replace()'s input argument, some simplification GnuPG 2.1: Support password prompt on private key import GnuPG 2.1: Support password input on private key export ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by quabla on 24 Jan 2015 23:39 UTC as Trac ticket #1490245
The existing 'max_recipients' option (#1484542) limits the maximum number of recipients in To, Cc, and Bcc.
I am interested in having an option that limits the number of disclosed recipients (To, Cc) only. If the limit is exceeded the user should be reminded that every address contained in To and Cc is visible to all recipients. I would even suggest to set a default value of 10.
A more complicated implementation might allow the user to ignore the limitation after acknowledging the warning. For Thunderbird this might become an official feature for version 38 (1).
(1) https://bugzilla.mozilla.org/show_bug.cgi?id=271405
Migrated-From: http://trac.roundcube.net/ticket/1490245
The text was updated successfully, but these errors were encountered: