pazz / alot

Terminal-based Mail User Agent
GNU General Public License v3.0
680 stars 162 forks source link

compose html mails #1051

Open pazz opened 7 years ago

pazz commented 7 years ago

I often find myself writing plaintext mails in a format similar to markdown, mentioning links like this 0. It should be great to be able to actually write markdown, and pipe this through a md2html process before sending to have inline links as well.

One alternative would be to actually compose html in the editor, and let alot recognize that when constructing the MIME-structure.

dcbaker commented 7 years ago

I actually very much like the idea of using markdown or restructured text or similar, and being able to pipe it through a tool to convert to HTML before sending.

pazz commented 7 years ago

You can of course already do that using post-edit hooks. The new thing here would be to actually construct html MiME parts when building the mail to send..

Quoting Dylan Baker (2017-05-30 18:14:03)

I actually very much like the idea of using markdown or restructured text or similar, and being able to pipe it through a tool to convert to HTML before sending.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.*

dkg commented 6 years ago

see also the discussion on LWN about sending and rendering text/markdown directly.