nextcloud / nextcloud/mail

Disable Data collection consent

Open
#11,373 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement
Dominant language
JavaScript
Stars
1k
Forks
348
Avg merge
12h 28m
Merged PRs (30d)
91

Description

Is your feature request related to a problem? Please describe.

Hi and thanks everyone for your great work.

I'm currently switching from roundcube to your app, and want to parameter the app for my users.
I would like to switch off the data collection consent for everyone at once.
I don't see anything about it in the documentation. I tried to set occ config:app:set mail collect-data --value=False but it don't seems to work.

Describe the solution you'd like

As an admin, I woud like to switch off the Data collection consent at parameters level like I can do with the Classification by Importance.

Describe alternatives you've considered

I can occ user:setting $user collect-data false for each user but it's not really scalable.

Additional context

If you need more informations or anything, I'ld do my best to provide it to you !
Regards,
Luclis.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the collect-data user setting is read and how occ config:app:set mail collect-data --value=False and occ user:setting $user collect-data false are handled. The work is done when an administrator can disable data-collection consent globally through an app-level parameter, without changing each user's setting individually.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, php
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.