This commit is contained in:
parent
db63037493
commit
11d3ada9c7
1 changed files with 5 additions and 4 deletions
|
@ -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 _plain–text_ --- 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 _plain–text_ --- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue