Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Heard about this the other day. I haven't tried it yet, but it looks promising.
Primary issue I found with that software is there is no way to bypass certificate and old issues.
Ooo looks nice. This might make me want to try CLI mail again. I tried neomutt a long time ago and just couldn't get it working right, but this looks a lot easier.
I switched recently from neomutt to aerc and yes, if you want less complicated configuration, it's a great pick. I find it less buggy and just best designed overall.
I never tried Gmail or Exchange on it, but this should have some helpful info on that: https://man.sr.ht/~rjarry/aerc/providers/
So much of this. Hidden gem like they say.
so i was fortunate to find someones dotfiles for their neomutt install. i basically just had to trade in my credentials and i was good to go... i might still have them somewhere.....
I tried aerc, neomutt, and alpine a while back and preferred aerc. Neomutt was a bit too much config for my liking. Alpine was ok but aerc was my easier to get everything setup the way I wanted.
Neomutt (with notmuch) is not easy when starting from scratch. Luckily there are some configurations online that get you up and running quickly. It still requires some efforts to get use to it and configured to your detailed and specific needs. I put sweat to build mine but it worth every single drop.
That being said that's what makes its strength. It's not an email client, it's your email client. Once it's configured, it's good forever and using anything else feels like a pain.
Here are my dotfiles for you to have a look and get an idea: https://codeberg.org/n0p1lls/Config/src/branch/main/dotfiles
There you can see how to configure the mutt client, adjusting it to you through some small changes.
For example, instead of: “set record="imaps://imap.gmail.com/[Gmail]/Enviados" for your gmail account, if your language is English, it would be something like this: “set record=“imaps://imap.gmail.com/[Gmail]/Sent".
More information at: https://wiki.archlinux.org/title/Mutt
If you want to configure the keybindings, see this section: https://neomutt.org/guide/configuration#6-%C2%A0changing-the-default-key-bindings
I had a hell of a time trying to use Gmail and exchange email from the terminal clients I tried. Mostly because of security features. I never got it working but aerc looked really nice.
I have gmail, exchange, and disroot accounts setup in neomutt. For gmail I had to generate an app specific password for neomutt because I use 2FA with gmail and neomutt doesn't use Oauth2 as authentication method. Although, I was too lazy to try them, there are some options to use xoauth2. No surprise, exchange was the trickiest one to get working. I have to use Davmail for that. Behind an apparent complexity you just need your exchange email URL to get it running, and then you use the Davmail ports in neomutt.
If you have trouble because the clients do not support native oauth, you can try to use a auth dameon like https://github.com/ltratt/pizauth