I have been using KDE for a while, while I like many features I am looking for suggestions to the default email client:
Kmail - completely unusable for me and the only one which could maybe be integrated with kontacts, it could not receive mails from IMAP or pop or would receive only sometimes
Geary - good but too minimal, I need at least some kind of contact list and mailing lists feature, maybe this integrates with gnome contacts? I couldn’t find anything in settings
Thunderbird is the usual recommendation for an email client. So try that
If your into Linux and a decent admin. Nothing is better than neomutt. Add not much.
Filtering and searching is faster than Google on gigs of mail.
It will take a long time to configure it well. But it’s worth it. I rarely change the config.
I have been using Linux since 1992.
I can’t wait to poke around neomutt when I set up my computer
You can use on windows or vm
At the time of posting, my most powerful computing device was my phone lol
Try Betterbird.
Damn these guys are very passionate about how shitty thunderbird is
That is the correct answer
I’ve been using Betterbird for a while and I like it. It’s based on Thunderbird.
Claws mail
I landed on Claws Mail myself. It does look a bit dated, but the UI is functional and the client works. I’m content with it.
At first i thought, wow, cool they’re still developing that? Doing a release or two a year, i see.
I used to use it long ago, and was pretty happy with it.
But looking closer now, what is going on with security there?! Sorry to be the bearer of probably bad news, but... 😬
The only three CVEs in their changelog are from 2007, 2010, and 2014, and none are specific to claws.
Does that mean they haven’t had any exploitable bugs? That seems extremely unlikely for a program written in C with the complexity that being an email client requires.
All of the recent changelog entries which sound like possibly-security-relevant bugs have seven-digit numbers prefixed with “CID”, whereas the other bugs have four-digit bug numbers corresponding to entries in their bugzilla.
After a few minutes of searching, I have failed to figure out what “CID” means, or indeed to find any reference to these numbers outside of claws commit messages and release announcements. In any case, from the types of bugs which have these numbers instead of bugzilla entries, it seems to be the designation they are using for security bugs.
The effect of failing to register CVEs and issue security advisories is that downstream distributors of claws (such as the Linux distributions which the project’s website recommends installing it from) do not patch these issues.
For instance, claws is included in Debian stable and three currently-supported LTS releases of Ubuntu - which are places where users could be receiving security updates if the project registered CVEs, but are not since they don’t.
Even if you get claws from a rolling release distro, or build the latest release yourself, it looks like you’d still be lagging substantially on likely-security-relevant updates: there have actually been numerous commits containing CID numbers in the month since the last release.
If the claws developers happen to read this: thanks for writing free software, but: please update your FAQ to explain these CID numbers, and start issuing security advisories and/or registering CVEs when appropriate so that your distributors will ship security updates to your users!
Mailspring
I’ve used Thunderbird since forever as my go-to client, I used mutt as well for a while and that met my needs pretty well.
I have used Evolution in the past. It was very Outlook like and did a decent job talking to Exchange. Now days i just use the web interface.
IMHO, you should consider doing more troubleshooting on Kmail. I’ve never used it personally, but from my understanding, it’s a stable program and shouldn’t have problems doing the basics of email, like you’re reporting.
The problem of kmail is the underlying subsystem that is evertything other than stable.
Kmail, Thunderbird, Evolution. That’s pretty much it.
There’s always some weird niche client somewhere but it won’t be a hidden gem. Although I guess you can always use Pine (or rather Alpine nowadays) if you want to appear ubergeeky.
This recent post may be of interest to you: https://lemmy.ml/post/27474047
You may also find some ideas here or there.
I personaly use the power of neomutt and notmuch, but it’s not a GUI option if that’s what you’re looking for.
I am A big fan of Vivaldi and its built-in email client ^^ Works like a charm for me.
with every reinstall, i go hunting for decent calendar- and email-apps. always go back to Evolution eventually
Has anyone got gmail or outlook working via SMTP in the past couple years? I was using the former with emacs gnus and then it started demanding additional auth that I couldn’t provide via a simple file, then in the past 6 months the latter stopped letting me log in.
My
~/.gnus
file was like this -setq user-mail-address "my.name@hotmail.co.uk" user-full-name "My Name") (setq gnus-select-method '(nnimap "outlook" (nnimap-address "imap-mail.outlook.com") (nnimap-server-port 993) (nnimap-stream ssl))) (setq smtpmail-smtp-server "smtp-mail.outlook.com" smtpmail-smtp-service 587 gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]\"[#'()]")
~/.authinfo
(encrypted with gpg) -machine imap-mail.outlook.com login my.name@hotmail.co.uk password **** port 993 machine smtp-mail.outlook.com login my.name@hotmail.co.uk password **** port 587
I think I might need to start hosting my own email server because every authentication option on these services requires some extra step or fingerprinting that gnus can’t provide. Maybe I should give up and try Thunderbird to see if that would work.
Ok going to try Thunderbird tomorrow and if it works then I’ll see if I can reverse engineer whatever it does into gnus