I built an open-source email archiving tool with full-text search ability

Posted by weisineesti@reddit | linuxadmin | View on Reddit | 13 comments

Hey admins,

I’d like to share an open-source email archiving tool I’ve created that you might find helpful.

So the backstory is that I run a small software company here in Estonia, and we use Google Workspace for all of our emails and financial documents. One day, I had this paranoia that what if we lost access to our Google Workspace due to some vendor abnormalities (which is not even rare to happen).

So I built this open source tool that helps individuals and organizations to archive their whole email inboxes with the ability to index and search these emails. 

The tool is called Open Archiver, and it has the ability to archive emails from cloud-based email inboxes, including Google Workspace, Microsoft 365, and all IMAP-enabled email inboxes. You can connect it to your email provider, and it copies every single incoming and outgoing email into a secure archive that you control (Your local storage or S3-compatible storage).

Here are some of the main features:

You can find the project on GitHub (Demo site available): https://github.com/LogicLabs-OU/OpenArchiver

Would love any feedback you may have, I'm open to discussions!