thunderbird / thunderbird/thunderbird-android
wrap mailaddresses in plain text mails into mailto-links
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
Checklist
- I have used the search function to see if someone else has already submitted the same feature request.
- I will describe the problem with as much detail as possible.
- This issue only contains a request for one single feature, not multiple (related) features.
App version
6.202
Problem you are trying to solve
Plain text emails are converted to html by K9.
URLs in those mails are already being wrapped into links.
Mailaddresses should be wrapped into links as well.
Suggested solution
examples:
Am 08.02.18, 11:25 schrieb "someone" <abc@xyz.de>:
I will email abc@xyz.de later.
It would be nice if both of these whould be wrapped as <a href="mailto:abc@xyz.de">abc@xyz.de</a>
Screenshots / Drawings / Technical details
No response
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
The issue names no file, test, or entry point. Start by locating the plain-text-to-HTML mail rendering path and its existing URL-linkification behavior; done means addresses in both examples render as mailto links without breaking surrounding text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100