thunderbird / thunderbird/thunderbird-android
chore: add local mail server
@wmontwe is already working on this.
Since Jun 1, 2026.
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
While trying to reproduce #10998 and debug #11000, it was very difficult to follow the actual sync process using our existing demo accounts, since they do not perform real sync. Real accounts are also difficult to debug effectively because the connections are encrypted, and it is hard to set up reproducible data points for repeated testing.
To mitigate this, we should provide a local test environment that lets us debug against a reproducible setup, with the ability to inspect and influence the client-server communication.
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.
Assessment
This issue has not been assessed yet.