App that syncs email accounts?
from 3dmvr@lemm.ee to selfhosted@lemmy.world on 23 Jan 08:18
https://lemm.ee/post/53393136

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.

#selfhosted

threaded - newest

paequ2@lemmy.today on 23 Jan 08:26 next collapse

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.

ThoGot@lemm.ee on 23 Jan 12:11 next collapse

The Windows version has it as well

3dmvr@lemm.ee on 23 Jan 12:27 next collapse

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.

liliumstar@lemmy.dbzer0.com on 24 Jan 08:27 collapse

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.

machinin@lemmy.world on 23 Jan 11:50 next collapse

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.

IsoKiero@sopuli.xyz on 23 Jan 13:00 next collapse

www.offlineimap.org should do the trick

Ferawyn@lemmy.world on 23 Jan 13:12 collapse

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 on 25 Jan 18:16 collapse

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!

MangoPenguin@lemmy.blahaj.zone on 23 Jan 14:34 next collapse

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 on 23 Jan 22:34 collapse

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

suzune@ani.social on 23 Jan 16:14 collapse

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 on 23 Jan 18:15 next collapse

Ive been looking for something like this. Please elaborate 🙂

suzune@ani.social on 23 Jan 21:59 collapse

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 on 23 Jan 22:35 collapse

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

suzune@ani.social on 24 Jan 13:21 collapse

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 on 25 Jan 17:56 collapse

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 on 25 Jan 18:00 collapse

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

suzune@ani.social on 25 Jan 22:07 collapse

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