AccountSettings hide sieve, filters, etc with invalid password
Open
Nobody has claimed this yet.
1. to develop
bug
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 348
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 91
Description
Steps to reproduce
- Have sieve enasbled
- Change the password for an account (imap or db) to trigger the error state
- See the warning in the navigation, click change password
- Observe the out-of-office, mail filter, active sieve script request
Expected behavior
Dont do xhr requests
Hide the section
Actual behavior
Xhr requests that fail because invalid password
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
Reproduce the invalid-password flow from the account warning, then locate the navigation and account-settings code that requests out-of-office, mail-filter, and active-sieve data. Done means those requests are not sent and the related section is hidden while the password is invalid; the issue names no files or tests, so identify the relevant frontend entry points first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100