thunderbird / thunderbird/thunderbird-android

Feature request: Markdown support (UI and text/markdown from RFC 7763/7764)

Open
#3,608 2 comments 10 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: enhancement
Dominant language
Kotlin
Stars
14k
Forks
2.8k
Avg merge
3d 3h
Merged PRs (30d)
57

Description

Related to #1745 (and somewhat to #3171), I wish K9 Mail had an option to send and receive mails that are explicitly labeled as using Markdown (preferably in the Commonmark variant) as specified in RFC 7763 and its companion RFC 7764.

Not many mail user agents do implement these yet, unfortunately, and there would need to be some tests whether sending as text/markdown instead of rather than in addition to text/plain yields any serious compatibility problems. The expected result is that receiving MUAs just display the Markdown text verbatim.
Receiving such mails and parsing them for enriched displaying should be implemented regardless.

Expected behavior
  • If K9 had a rich text editor that added formatting to the mail text #1745, there should be an option to use text/markdown instead of text/html or text/enriched (RFC 1563/1896) or text/richtext (RFC 1341/1521).
  • If K9 detected that the user (supposedly) manually entered Markdown formatting, K9 should offer to send the mail as text/markdown.
Actual behavior
  • K9 does not have a rich text editor.
  • K9 does not detect the use of formatting characters or codes.
  • K9 sends mails as text/plain (or text/html?).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing related issues #1745 and #3171 together with RFC 7763 and RFC 7764 to define the scope for composing and receiving Markdown mail. Done would require an agreed behavior for rich-text editing, Markdown detection, sending as text/markdown, and rendering received Markdown, along with compatibility tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.