thunderbird / thunderbird/autoconfig
[Feedback requested] Remove `webMail` element from configs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 94
- Forks
- 74
- Avg merge
- 8m
- Merged PRs (30d)
- 1
Description
We want to clean up the config files to only include elements that Thunderbird supports. One element that Thunderbird is very unlikely to ever use is webMail. So we'd like to remove it.
But we don't want to break software relying on this information. If you are the author of such a software, please let us know in a comment, so we can work out a removal date that allows you to migrate to a different database or mechanism.
Example of a webMail element:
<webMail>
<loginPage url="https://accounts.google.com/ServiceLogin?service=mail&continue=http://mail.google.com/mail/" />
<loginPageInfo
url="https://accounts.google.com/ServiceLogin?service=mail&continue=http://mail.google.com/mail/">
<username>%EMAILADDRESS%</username>
<usernameField id="Email" />
<passwordField id="Passwd" />
<loginButton id="signIn" />
</loginPageInfo>
</webMail>
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 locating the ISPDB configuration files containing the element and review the existing comment for affected consumers. Confirm whether any software still relies on these entries before removing them, and define completion as removing the element without breaking a documented migration path.
Written by the indexing model from the issue text.
Assessment
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100