Independent IMAP folder and subfolder selection in email sync settings #21854
HollaTheWoodFairy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Scope & Context
We are working on the email account settings, specifically the IMAP folder import configuration under Settings → Accounts → Emails → Some folders. The ticket is about enabling independent selection of root folders and their subfolders when defining which folders to synchronize.
Current behavior
On the Settings → Accounts → Emails page, selecting a root folder automatically selects all of its subfolders. It is not possible to:
The checkboxes on subfolders appear to be controlled entirely by the parent state, giving the user no granular control.
Expected behavior
Root folders and subfolders should be independently selectable. A user should be able to:
Ausgang) without automatically selecting its subfolders (Ablage-ordner,2023,2024,2025)This matches standard tree-select UX patterns used in file explorers and permission trees.
Technical inputs
indeterminateHTML attribute on<input type="checkbox">)I created this with AI hoping to capture the problem more precisely and in greater detail to simplify development.
All reactions