nextcloud / nextcloud/bookmarks
Collect Links from mails
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 189
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 10
Description
Does it make sense to automatically collect links from mails one has received or sent?
Note to self:
https://github.com/nextcloud/mail/blob/master/lib/Events/MessageSentEvent.php
https://github.com/nextcloud/mail/blob/master/lib/Events/NewMessagesSynchronized.php
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading lib/Events/MessageSentEvent.php and lib/Events/NewMessagesSynchronized.php in nextcloud/mail to understand the referenced mail events. The issue does not define which links to collect, where to store them, or acceptance criteria, so clarify the desired behavior and completion conditions before estimating implementation work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100