nextcloud / nextcloud/mail

Search input for the mailbox picker

Open
#11,158 3 comments 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.

It takes quite some time to navigate trough all the folders and subfolders in the move dialog. Especially if you move certain mails trough the day to the same or similar folders.

Image

Describe the solution you'd like
  • It would be a great time saver, if there is a search textfield in the move dialog which gets the focus automatically when the move dialog opens. Then you can search for the folder name and the folder list filters itself as you type.
  • Requirement: The search function must also filtering all of the subfolders, not only the first level, because otherwise it's not really helpful.
Describe alternatives you've considered

Gmail has this feature:

Image

Additional context

No response

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 locating the move dialog and its mailbox folder list in the JavaScript frontend. Verify how nested folders are represented and filtered, then confirm the search field receives focus on open and that matching results include subfolders at every level.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.