this post was submitted on 23 Jan 2025
9 points (80.0% liked)

Selfhosted

61070 readers
974 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

So all of these apps like gmail, outlook, etc. let me login to all of my websites different emails but none of them seem to sync across devices. Is there an app that lets me login to all my inboxes once and then sync that logininfo across pc, iphone, and android?

Right now I have to manually add all the email accounts in to each device, none of the mobile apps sync to their pc counterparts.

top 18 comments
sorted by: hot top controversial new old
[–] paequ2@lemmy.today 13 points 2 years ago (3 children)

The Thunderbird desktop app for Linux has a "Export to Mobile" feature. It generates a QR code that you can scan on your phone to, I guess (I haven't tried it), transfer the login info of your email accounts from desktop to phone. After that, IMAP should take care of syncing the emails from the server to each device.

[–] 3dmvr@lemm.ee 2 points 2 years ago

No iphone app yet, at least its planned, guess ill use gmail on my phone and do it manually for now, thunderbird for my pc and tablet. Odd that none of these apps let you sync all your email logins across platforms. Maybe they want you to get all your mail through just them and this would make competition easier.

[–] ThoGot@lemm.ee 1 points 2 years ago

The Windows version has it as well

[–] liliumstar@lemmy.dbzer0.com 1 points 2 years ago

You can also just copy your thunderbird profile directory, if it's the same OS, to a different system and it seems to just work. I did this to copy the whole setup and synced mails from desktop to laptop. I also tried this from Windows -> Linux and it did not like that, so I used the import profile feature and re-entered all the passwords.

[–] suzune@ani.social 4 points 2 years ago (2 children)

I sync my emails using a Dovecot IMAP server on my home server. I fetch emails from all my accounts with fetchmail and sort them into the right folders using Sieve. They get indexed and are searchable (ultra fast!).

225000 emails in 13 GB (ZFS; uncompressed 18 GB).

[–] nis@feddit.dk 2 points 2 years ago (1 children)

Ive been looking for something like this. Please elaborate 🙂

[–] suzune@ani.social 5 points 2 years ago (1 children)

Basically what I said. Dovecot can be installed on every Linux or BSD system. You'll need Pideonhole and FTS Flatcurve as extensions.

When you install fetchmail, you can let it connect to all your IMAP or POP3 servers. Each process will deliver your mail instantly to your own Dovecot server.

You'll also need a certificate for Dovecot. This can be solved using Letsencrypt.

You can use any mail client you want. I use Fairemail on Android. On desktop and notebooks it's Thunderbird.

[–] 3dmvr@lemm.ee 1 points 2 years ago* (last edited 2 years ago) (1 children)

So when you login all your inboxes show up under one account and you don't have to login multiple?

[–] suzune@ani.social 1 points 2 years ago

With an IMAP server you have the power to serve your own emails. fetchmail will deliver them constantly to this place. You have all emails in one place and you login just to your own server.

[–] beautiful_orca@discuss.tchncs.de 1 points 2 years ago (1 children)

I had dovecot running unencrypted IMAP via Tailscale VPN, but with dovecot version 2.4.0 it did not accept my configuration anymore. can you share an easy example?
I was thinking of switching to mailcow so i do not have to configure dovecot myself...

[–] beautiful_orca@discuss.tchncs.de 1 points 2 years ago (1 children)

This post explains it, but it is still too complicated for me to figure out: https://doc.dovecot.org/2.4.0/installation/upgrade/2.3-to-2.4.html

[–] suzune@ani.social 1 points 2 years ago

My Dovecot is still 2.3.21. It's the most recent package. But you're right the update doesn't look trivial.

[–] MangoPenguin@lemmy.blahaj.zone 4 points 2 years ago (1 children)

Thunderbird (sort of), you can add all your accounts on the PC version, and then it'll give a QR code to copy those accounts to the mobile app. But there's not a continuous sync happening.

[–] 3dmvr@lemm.ee 1 points 2 years ago* (last edited 2 years ago)

Yeah, I don't necessarily need a continuous sync, it's just annoying to login to many accounts multiple times

[–] machinin@lemmy.world 2 points 2 years ago (2 children)

Piggybacking on this, is there an app that will easily download your emails from Gmail and MS for backup purposes? Something like a pop3 frontend that will archive with folders and tags.

[–] Ferawyn@lemmy.world 4 points 2 years ago (1 children)

https://www.mailstore.com/en/products/mailstore-home/
Downloads email from most providers, allows for local (text) searches, and to upload it again to an imap provider.

[–] foobarbah@discuss.tchncs.de 1 points 2 years ago

I use mailstore server every day at work to search through about 200k emails we have in our small two person office and it works great!