Replies: 8 comments 17 replies
-
Hi @soywod, thanks for asking. An internal markdown feature doesn't sound very flexible, but at the same time sounds good enough for the general public that didn't get into markdown emails yet. Currently my script has got a bunch of details regarding signed messages, html formatting for gmail and outlook, etc, besides going through pandoc for the markdown/html conversion, which allows me to support even LaTeX inside emails (image rendered math). It could also use other original format besides Markdown. So, I'd not like to lose that flexibility. It doesn't matter to me how modifications would be triggered, if that can be done via SMTP hooks, I'm fine with that, no problem. |
Beta Was this translation helpful? Give feedback.
-
I'm changing my mind about such hooks. First I realize that it is not easy at all to set up. Then, I thought maybe it is not that stupid to be able to define your own MTA. I'm already setting up the fact to select your own backend (aka MRA) #295. Could you share a bit more about your msmtp setup? How do you do to transform your markdown content into 2 valid MIME parts |
Beta Was this translation helpful? Give feedback.
-
Hi. I use a script I wrote myself, you can find an explanation here. Notice though that the article as a whole is outdated, I don't use mutt anymore, I'm mostly using meli for quite a while, my setup on the outside has been iterating a lot, but the blog post is still up-to-date on how that script works, it still works the same way, and I really like it. meli has been kinda stagnant and there's some rough edges, hence my interest in competition like himalaya. Before meli I used aerc for a while too, but they lacking proper mail thread support and not syncing all the mail folders concurrently made move out to meli. |
Beta Was this translation helpful? Give feedback.
-
Currently in meli configuration I set an entry like this to invoke composing.send_mail = 'MIMEmbellish | msmtp --read-recipients --read-envelope-from --passwordeval "pass foobar | head -1"' |
Beta Was this translation helpful? Give feedback.
-
Thanks for the precisions. My only concern is how to get the final version of your email (the one sent by |
Beta Was this translation helpful? Give feedback.
-
I deal with it two ways. In GMail for example, it doesn't depend on me because they inadvertently store a "sent copy" on their own, I even have to set I also have personal mail servers (postfix/dovecot/etc), and for them, what gets stored (by meli) is just my original (before |
Beta Was this translation helpful? Give feedback.
-
Yep, yep. As I said formerly, that's all that's relevant for me. |
Beta Was this translation helpful? Give feedback.
-
msmtp/sendmail support is convenient because then one only needs to configure SMTP once, to be used with eg. your MUA and git-send-email. |
Beta Was this translation helpful? Give feedback.
-
From #57:
In fact, the main idea behind is to be able to write emails in markdown. And I love the concept. I see 2 ways of implementing this:
Do you have in mind other applications of hooks? If not then maybe we can consider the internal markdown feature. What do you think @oblitum?
Beta Was this translation helpful? Give feedback.
All reactions