i have a few mbox files that i’d like to be able to search from any device - but not to send or receive email. is there a go-to lightweight self-hosted service for this?
thank you!
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:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
IMAP server like dovecot https://lemmy.world/comment/813653
Access it from thunderbird or a dedicated web interface (still can’t find a good one after all these years)
I’d either try loading them into elastic search as a document per email… alternatively, something like mairix or even Thunderbird should do it
Have you looked into notmuch?
I am also interested in this, my workaround is loading the emails via imap on gmail but i don’t really like it
I ended up with installing a dovecot IMAP server that i can connect to from any email client. but no smtp to send emails
Then you connect to the imap server from the email client and search that way
for now i’ve just installed mairix and will search that via ssh, i’ll look into all the other suggestions when i have more time, thanks everyone :D