small update to email-formatting
All checks were successful
/ deploy (push) Successful in 16s

This commit is contained in:
Daniel Fichtinger 2025-07-18 03:34:41 -04:00
parent db63037493
commit 11d3ada9c7

View file

@ -19,9 +19,9 @@ description: |
## Plain text email
As I've [mentioned before](./email-in-kakoune.md), I like using [Kakoune] for
reading & writing emails. Of course, Kakoune a source code editor, not a _rich
text_ editor. It operates on UTF-8 _plaintext_ --- which means that the emails
I write need to be in plain text, too.
reading & writing emails. Of course, Kakoune is a source code editor, not a
_rich text_ editor. It operates on UTF-8 _plaintext_ --- which means that the
emails I write need to be in plain text, too.
As it turns out, plain-text email (which predates HTML by decades[^html]) hasn't
really left a "legacy" so much as it _hasn't actually gone anywhere_. Many
@ -136,7 +136,8 @@ want to build an HTML email from plain-text.
`mailfmt` open-source under the ISC license, and is available on
[PyPI](https://pypi.org/project/mailfmt/) for installation with tools like
`pipx` and `uv`. The source code is available on sourcehut at
`pipx` and `uv`. The source code is available on my
[Git forge](/git#forge-profiles) at
[git.ficd.sh/ficd/mailfmt](https://git.ficd.sh/ficd/mailfmt).
I wrote this tool primarily for myself. It's served me very well over the past