Good self-hosted webmail client?
from Charlxmagne@lemmy.world to selfhosted@lemmy.world on 09 Apr 12:16
https://lemmy.world/post/27979055

If you have your own mail server and view your mail locally on a client like thunderbird, you can’t really view your mail on any machine in which you don’t want to be installing an email client on or one that isn’t yours. Are there any self-hosted webmail options in which you can log into your email on any machine without using a 3rd party service?

#selfhosted

threaded - newest

ptz@dubvee.org on 09 Apr 12:17 next collapse

I use SnappyMail. It’s a fork of Rainloop that’s actually maintained.

github.com/the-djmaze/snappymail

And unlike Rainloop, the Sieve filter editor actually works.

a@91268476.xyz on 09 Apr 12:26 next collapse

@Charlxmagne @selfhosted I use Sogo along mailcow and it is the nicest I've seen.

mbirth@lemmy.ml on 09 Apr 12:37 collapse

Sogo seems to be a whole groupware, i.e. including a mail server, calendar, etc…

I understand that OP is looking for a mail client only.

a@91268476.xyz on 09 Apr 12:51 collapse

@mbirth @selfhosted that's true, but it is also way nicer than squirrel or roundcube

Strider@lemmy.world on 09 Apr 12:41 next collapse

I liked zimbra the time I used it but it is rather heavyweight complete collaboration suite.

mbirth@lemmy.ml on 09 Apr 12:43 next collapse

The usual ones are RoundCube and SnappyMail (which is a fork of deprecated RainLoop). I’m hosting SnappyMail to access my Dovecot when no other mail client is handy.

bjoern_tantau@swg-empire.de on 09 Apr 12:44 next collapse

I use roundcube.

observantTrapezium@lemmy.ca on 09 Apr 12:45 next collapse

I use RoundCube, I think it’s one of the oldest solutions out there, and is pretty good (and not ugly as of a few years ago).

said@lemmy.sdf.org on 09 Apr 12:50 next collapse

Other people already mentioned Roundcube and Snappymail, which are good options already.

There’s also Cypht if you want a different approach. It combines multiple accounts into same interface so you can have a unified inbox.

0x0@lemmy.zip on 09 Apr 13:22 next collapse

There’s squirrelmail.

manolol@lemm.ee on 09 Apr 13:40 next collapse

In case you already have Nextcloud, there is an E-Mail client app for it.

Andromxda@lemmy.dbzer0.com on 09 Apr 15:17 next collapse

Roundcube and SOGo (which is used by Mailcow, but hass fewer features than Roundcube) are the only somewhat modern looking options. All the other stuff looks like straight out of the 90s/early 2000s. Nextcloud Mail is pretty good as well.

ikidd@lemmy.world on 10 Apr 02:38 collapse

There is a guide in the Mail cow docs on integrating Roundcube, that’s the client I use for my stack.

solrize@lemmy.world on 09 Apr 16:36 next collapse

I used Squirrelmail briefly. It had a minor security bug which was easy to fix, but when I reported it to the devs, I couldn’t convince them that it was actually a bug. I decided that they weren’t paranoid enough to be working on that type of software, so I stopped using it.

Currently I’m not self-hosting email but am using mxroute.com which has a FOSS mail client that seems ok. I can’t check right now what it is, but maybe later.

Fastmail’s webmail is pretty good and they said something a while back about releasing it as FOSS but idk if that has happened.

Right now I mostly use Thunderbird rather than webmail. It sucks in many ways but I’ve had too much going on to pursue alternatives.

I think Google got it right early on when they realized that email clients should be backed by a serious search engine. The search features of a typical IMAP server aren’t enough and the one in Thunderbird is crap. So I think this is an area where FOSS clients could use some work, if it hasn’t already been done.

node815@lemmy.world on 09 Apr 18:22 collapse

To make it seamless so you can still Thunderbird, someone made a Docker image of it here: hub.docker.com/r/kebles/wanderbird But, you can probably find a newer release somewhere newer than 4 yrs old like this one. :) The point is, if you are wanting to keep it in the Thunderbird umbrella, then it’s most likely been Dockerized.

I’ve Tried Cypht recently, but if you are using Gmail, it has a conflict there so it won’t work out of the box without some extra work I think.