this post was submitted on 22 Jan 2024
18 points (95.0% liked)

Open Source

30282 readers
386 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I like using thunderbird to have all my emails in the same place, in a unified inbox. This doesn't allow me to access my inbox on my phone etc though, so I'm looking for a FOSS way to solve this problem.

My idea would be to selfhost a website, like a webmail site, that has the functionality of connecting to different mail servers and unifying the inbox to get all my mail in the same place. Should be accessible by android phones and iPads.

Is there a better way to do this? Maybe with nextcloud? If anyone has an idea, let me know.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 7 months ago (1 children)

Stalwart looks neat, thanks for mentioning it. ๐Ÿง

[โ€“] [email protected] 1 points 7 months ago (2 children)

If you try it, report back. ;-) My current setup is mostly OpenSMTPD & Dovecot, but I'm open for good reasons to move away.

[โ€“] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)

okay :) I find it interesting because :

  • Build in Rust
  • Supports several databases like rocksdb, PostgreSQL, MySQL, SQLite
  • Seems to support connecting to your current logins setup e.g. LDAP or MySQL db
  • Got funding via NLnet
  • Supports JMAP
  • Does not seem to require Docker (which means for me some flexibility network config wise to run it on an existing server where non Docker based services are running).
  • Encryption at Rest enabled or disabled by user.

Especially the JMAP part I am curious about. I hope to toy with this every now and then, and then report back :)

[โ€“] [email protected] 1 points 7 months ago (1 children)

JMAP sounds interesting indeed, but as far as I understand, there is an underwhelming number of clients that speak it?

[โ€“] [email protected] 2 points 7 months ago

Ah, yes, you're right, cheers for that, but I am interested to compare JMAP speed and options with IMAP. And to test Stalwart I would not mind using the first and the last three in that Clients list.

[โ€“] [email protected] 2 points 6 months ago (1 children)

Tested Stalwart, the all in one option with both JMAP and IMAP. Looks fairlygood, works fine with IMAP and SMTP, but making it work with JMAP clients took me some time. This page helped for the F-Droid client lrr.rs. With Cypth it was a no go. SnappyMail webmail software is not mentioned on the JMAP clients page at all but it is with development 1/2 done with JMAP implementation. In a few months time Stalwart is expected to have a web interface for admins. Looking forward to testing again when that is available.

[โ€“] [email protected] 1 points 6 months ago

Thank you! :-)