Skip to content
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

Collect user interaction data #2558

Closed
1 task done
ChristophWurst opened this issue Jan 27, 2020 · 3 comments
Closed
1 task done

Collect user interaction data #2558

ChristophWurst opened this issue Jan 27, 2020 · 3 comments
Assignees
Labels
2. developing enhancement feature:priority inbox Features and bugs related to the "priority inbox" feature

Comments

@ChristophWurst
Copy link
Member

ChristophWurst commented Jan 27, 2020

For https://github.com/nextcloud/mail/projects/7 we need data about important interactions of a user.

As a start we should focus on the people who interacted, hence only consider the email addresses. In a step we can extend the logic to also collect subject or even the message content.

  • Messages read -> save sender email
  • Messages starred -> save sender email
  • Messages deleted -> save sender email
  • Message sent -> save all recipients (should also work for replies)

I would propose to do this in two parts


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@republicus
Copy link

Will this also work with drafts as I reported in #2850 ?

@ChristophWurst
Copy link
Member Author

I don't think drafts should be taken into consideration. Also that ticket is about a bug, not a feature.

We might not need this expensive data collection at all. #2796 does it with just the cached data.

@ChristophWurst
Copy link
Member Author

For the first version of #2796 we won't need any of this as we have that data locally already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing enhancement feature:priority inbox Features and bugs related to the "priority inbox" feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants