Himalaya: CLI to Manage Emails
11–20 of 102 posts
Re: Himalaya: CLI to Manage Emails
#12After testing many clients I learnt to stop worrying and just use Mail app.
Re: Himalaya: CLI to Manage Emails
#13Honest question - Why use interfaces like this, but not regular HTML client?
First is the use of mailboxes if your mail provider does not provide you with an IMAP server to connect to in which case you'll use a client like mutt to manage your mails.
Second one is the accesibility through the terminal could be reduced with HTML sites. If I want to access my email through a headless server using lynx or similar having to refresh the website to check new mails, or even composing them might be difficult.
Re: Himalaya: CLI to Manage Emails
#14I still use mutt on a daily basis. Being able to select emails using regular expressions is super useful. IMAPFilter is also simple and powerful to quickly sort email.
Re: Himalaya: CLI to Manage Emails
#15After testing many clients I learnt to stop worrying and just use Mail app.
I've used many, many different clients over the last few decades (yes, including Linux `mail`). I have to use Outlook at work, and I have to use my providers' web clients on my Windows gaming PC, but on all my other devices I use Mail.app.
I just... don't ever use all the features of the other clients, or don't like some of the behavior they have, or any of that. For a long time I would get excited about new email clients and try them out right away, but no more.
I dunno if it's just that I'm getting old, or if I just don't care as much, or both, or something else.
Re: Himalaya: CLI to Manage Emails
#16Re: Himalaya: CLI to Manage Emails
#17After testing many clients I learnt to stop worrying and just use Mail app.
I'm here too. I've used many, many different clients over the last few decades (yes, including Linux `mail`). I have to use Outlook at work, and I have to use my providers' web clients on my Windows gaming PC, but on all my other devices I use Mail.app. I just... don't ever use all the features of the other clients, or don't like some of the behavior they have, or any of that. For a long time I would get excited abou…
Re: Himalaya: CLI to Manage Emails
#18Honest question - Why use interfaces like this, but not regular HTML client?
I have found a sweet spot for an email client between a pure CLI and a full-featured (HTML) GUI client - I use Emacs Gnus, which takes full advantage of Emacs' text-based interface. As always with Emacs, the learning curve is a bit steep at first, but the rewards can be reaped afterwards.
Re: Himalaya: CLI to Manage Emails
#19After testing many clients I learnt to stop worrying and just use Mail app.
I don't mean this in the way that Client A > Client B, but I have spent a fair amount of thought on this, and I have not been aple to pinpoint exactly what characteristics makes the difference for me, which I find to be interesting in itself.
Re: Himalaya: CLI to Manage Emails
#20Neat. I used and loved “mh” in college, but that was before html email became prevalent. It was beautiful to have different commands and treat emails as individual files. Unfortunately mh was grotty old C code and just couldn’t keep up (IMHO) with how we use email today. https://en.m.wikipedia.org/wiki/MH_Message_Handling_System
Same and also `nmh`. Loved how you could combine the various parts to make your own tools.