Skip to content

feat(mail): filter move folder dialog#1842

Open
thefloatingleaf wants to merge 1 commit into
runbox:masterfrom
thefloatingleaf:fix-move-folder-filter
Open

feat(mail): filter move folder dialog#1842
thefloatingleaf wants to merge 1 commit into
runbox:masterfrom
thefloatingleaf:fix-move-folder-filter

Conversation

@thefloatingleaf
Copy link
Copy Markdown

Title

feat(mail): filter move folder dialog

Body

Fixes #1488

What changed

  • Adds a search field to the "Move message to folder" dialog.
  • Filters move targets by folder name or full folder path.
  • Keeps the existing exclusions for Drafts, Sent, and Templates.
  • Shows an empty state when no folders match.
  • Adds unit coverage for excluded folders, filtering, and selected folder closing.

Verification

  • npm run lint -- --quiet
  • ./node_modules/.bin/ng build runbox7
  • ./node_modules/.bin/ng test runbox7 --watch=false --browsers=FirefoxHeadless --include='src/app/actions/movemessage.action.spec.ts'
    • The test bundle compiles, but execution is blocked locally because Firefox is not installed and Karma requires FIREFOX_BIN.
  • Local dev server compiles and serves at http://127.0.0.1:4200/.

AI disclosure

This contribution was developed with assistance from OpenAI Codex in the local repository. The implementation and verification were reviewed before submission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#Mail Search/filter folder names when moving messages

1 participant