Live data from Hacker News

Meli email client, pre-alpha release

meli.delivery

21–30 of 136 posts

Re: Meli email client, pre-alpha release

#21
post #4

Earlier quoted context omitted.

I, for one, want a pure command line based email client, not just a TUI client, that is well integrated with bash/zsh in an everyday use, e.g. $ inbox (shows the first 10 emails in the inbox) $ search from:john (shows emails from john with numbers) $ reply 4 (opens up vi to edit a reply to the email #4) ... I've been dreaming a client like this for decades, and actually started developing it, but the development is s…

Isn’t this mh?

yep

Re: Meli email client, pre-alpha release

#22
With all respect for the hard work done on this client, but is it just me or is the TUI getting too much attention recently??

I think the GUI stacks are too bloated or too hideous (electron, cpp/qt,c# and it's limitations, etc...) to work with these days so much that the cool kids (hardcore techy people) just gave up and started doing TUIs to solve their own problems directly?

Re: Meli email client, pre-alpha release

#23
post #22

With all respect for the hard work done on this client, but is it just me or is the TUI getting too much attention recently?? I think the GUI stacks are too bloated or too hideous (electron, cpp/qt,c# and it's limitations, etc...) to work with these days so much that the cool kids (hardcore techy people) just gave up and started doing TUIs to solve their own problems directly?

I think you've hit the nail on the head, I've thought about this as well. I think it's clear that UI's are a problem yet to be solved, which is why Electron took off. If you've got a website, you've got a GUI with Electron, and a looot of people know how to slap together some JS and HTML.

I would love to see a language agnostic UI stack that can run across platforms, to an extent Electron is "language agnostic" since you write the UI in whatever language you want, you just then compile it to JS (and eventually WebAssembly).

Re: Meli email client, pre-alpha release

#24
post #4

We seem to be experiencing a renaissance of TUI software, particularly email clients[1] and I couldn’t be happier. Email and TUI are such a natural fit. Make it work with your favorite editor and most nerds will switch. [1] https://aerc-mail.org/

I, for one, want a pure command line based email client, not just a TUI client, that is well integrated with bash/zsh in an everyday use, e.g. $ inbox (shows the first 10 emails in the inbox) $ search from:john (shows emails from john with numbers) $ reply 4 (opens up vi to edit a reply to the email #4) ... I've been dreaming a client like this for decades, and actually started developing it, but the development is s…

Haiku's mail system may be of interest to you -- the default UI is of course a GUI, but as the mails are stored as individual files, and their headers in extended attributes, you can use "query mail:from=john", etc. to filter mails, "mail" to send them, etc.

Re: Meli email client, pre-alpha release

#25
Maybe its my age but I actually like TUI-style for something like email, because its less taxing on the eyes. Its funny, nowadays, either the UI of some apps/clients is way too busy/dsitracting, and colorful, and annoying...Or, its bare and tough to figure out (what does that icon do again?)...but not intuitive. Again, it could be my age...but i like the simplicity of TUI types of interfaces...at least for things like checking email.

Re: Meli email client, pre-alpha release

#26
Also, there is mention of a mastodon account to follow for further announcements...but wasn't clickable/didn't work...Anyone know what the account is?

(By the way, cheers for participating on the fediverse, and not legacy silos!!)

Re: Meli email client, pre-alpha release

#27
> one row per thread

Woohoo! Hope this project gets a lot of love and support, because this has always been my preferred way to view threads.

Can anyone recommend a more complete Linux mail client (TUI or GUI) that works this way, akin to Gmail's conversation view? Thunderbird theoretically can with some extensions but I've never quite managed to get it to work right.

My other issue with switching to a TUI mail client would be that piping html mail to w3m and replying to it in plaintext (or writing html by hand in response) just never seemed robust enough to deal with a wide cross section of office worker humanity and their image/formatting/table-laden mails... Ah well, a man can dream.

Re: Meli email client, pre-alpha release

#28

> one row per thread Woohoo! Hope this project gets a lot of love and support, because this has always been my preferred way to view threads. Can anyone recommend a more complete Linux mail client (TUI or GUI) that works this way, akin to Gmail's conversation view? Thunderbird theoretically can with some extensions but I've never quite managed to get it to work right. My other issue with switching to a TUI mail clien…

> My other issue with switching to a TUI mail client would be that piping html mail to w3m and replying to it in plaintext (or writing html by hand in response) just never seemed robust enough to deal with a wide cross section of office worker humanity and their image/formatting/table-laden mails... Ah well, a man can dream.

In my experience, lynx is superior for this task. You can use this line in your ~/.mailcap:

  text/html; lynx -stdin -dump -force_html -width 70; copiousoutput; description=HTML Text; test=type lynx >/dev/null

Re: Meli email client, pre-alpha release

#29
post #26

Also, there is mention of a mastodon account to follow for further announcements...but wasn't clickable/didn't work...Anyone know what the account is? (By the way, cheers for participating on the fediverse, and not legacy silos!!)

Looks like it's this one: @epilys@chaos.social
Post reply on HN