Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
The point of a mail server is that many clients can connect to it and get what they need. What I'm reading here is that you want to disregard the ability to already do that in favor of having all your mail funneled through a self-hosted 'something' that just sends push notifications to your mobile...but then you'd still have to have your mobile mail client go and download all this mail you said is a battery drain, so you're sort of negating yourself.
Now...the real crux of the problem you're describing is simply that your mobile mail client is not very efficient, so why wouldn't you just solve for that instead? Create a better workflow for your mail so your client doesn't need to IMAP crawl EVERYTHING, or reduce the frequency it syncs maybe.
If that's still not enough, depending on your mail host (which you didn't mention), there are ways to simply subscribe to push notifications from their service more than likely if that's all you want.
That is precisely my point. I do not want a mobile or desktop client anymore. Just a client which is running on a system which is always running anyway to send me a notification and I can then decide if I will check it out now or if it can wait.
Proprietary mobile clients often work similarly, they do the "heavy lifting" on the server side, send a notification, but only temporarily load the mails you explicitly view temporarily on the device. And thus, they use less battery and storage of the device. Another benefit for the unified client would be faster sync of mail status (e.g. read/unread) as it is only one client on the IMAP server instead of one on each device. And another benefit would be not having to migrate email clients when replacing devices.