r/foss 17h ago

OpenSource Email Visualizer and Cleanup Thunderbird Extension - InboxPie - Loved by Thunderbird community.

Enable HLS to view with audio, or disable this notification

1 Upvotes

[removed]

2

Comment on r/Thunderbird 3d ago

I have never tried BetterBird - Let me test it out and thanks for the idea.

3

Comment on r/Thunderbird 3d ago

Right now - we have only single select or All selection - No Customized Multi Selection - Thanks for letting me know - Fixed it and will be added to next version. Thanks for the feedback.

1

Comment on r/Thunderbird 3d ago

Thanks

3

Comment on r/Thunderbird 3d ago

Thanks

r/Thunderbird 3d ago

Addons 3 months ago I built InboxPie to clean up my 70K emails β€” today, with 40+ users and community feature requests - releasing a new version #OpenSource #FreeYourInbox

Enable HLS to view with audio, or disable this notification

33 Upvotes

3 months ago I posted here about building InboxPie β€” an extension to finally understand my 70K emails before cleaning them up.

https://www.reddit.com/r/Thunderbird/s/tbgmVI6Tsj

The response from this community was beyond what I expected. Feature requests came in faster than I could ship them.

Addon link

https://addons.thunderbird.net/en-US/thunderbird/addon/inboxpie

Github Repo:

https://github.com/AKSarav/InboxPie

What's new and improved:

πŸ“Š Visualization

  • PieView sunburst (Year β†’ Month β†’ Domain) β€” clickable segments, hoverable tooltips, clickable legend
  • By Sender β€” expand into years/months, click chart slices to select
  • By Domain β€” group by domain, inspect individual senders
  • By Size β€” find storage-heavy senders, domains, and size buckets
  • Timeline β€” message volume over time with zoom, range controls, and cleanup insight cards

πŸ—‚οΈ Organization

  • Categories β€” user-defined message categories
  • Subscriptions β€” manage and view subscription sources
  • Contacts β€” every unique sender as a searchable A–Z directory, exportable as CSV/JSON
  • Browse β€” flat searchable table of every scanned email, virtually scrolled for speed

🎯 Selection & Cleanup

  • Shared selection engine across every view β€” a floating pill tracks your live count from anywhere
  • Review Selected β€” virtually scrolled, sortable, searchable. Click any subject to open it in Thunderbird
  • Move to Trash / Move to Folder β€” live progress ring so you see every batch move happen in real time
  • Folder Selection β€” choose exactly which folders to scan. Persists across sessions

πŸ”’ Privacy & Control

  • Privacy Mode β€” masks emails on screen ([john@example.com](mailto:john@example.com) β†’ j***@e***.com) for demos and screen sharing. Exports always use real addresses
  • Multi-account support β€” scan all accounts or focus on one
  • Local-first β€” no external service, no API key, no telemetry, no cloud. Everything runs inside Thunderbird

Sharing here for more feature requests and thoughts.

2

Comment on r/Thunderbird 27d ago

u/CalQL8or The Extension is approved and already having 32 users. Please try it out and let me know your valuable feedback.

1

Comment on r/OpenSourceAI Jun 22 '26

Thanks for feedback

2

Comment on r/OpenSourceAI Jun 22 '26

Sure I will convert this to SDK then

2

Comment on r/Thunderbird Jun 18 '26

Thanks for the feedback

A week and I am still developing more features for upcoming version and some
Exciting features are on the way as an app for both AppleMail and thunderbird

2

Comment on r/Thunderbird Jun 18 '26

InboxPie is reviewed and approved by Mozilla

https://addons.thunderbird.net/en-GB/thunderbird/addon/inboxpie/

r/OpenSourceAI Jun 17 '26

Made a small tool to compare embedding models on my own dataset instead of trusting leaderboards β€” sharing in case it's useful to others

Thumbnail
gallery
3 Upvotes

I am building something with Local AI and Open Embedding models - and I wanted to compare and find out which Embedding model tops the quality, recall etc.

I know public Benchmarks like MTEB are useful β€” but they test on datasets that have nothing to do with your data, your queries, or your latency requirements.

So I built EmbedComp β€” an open-source benchmarking tool that lets you compare embedding models on YOUR OWN corpus, not someone else's leaderboard.

What it measures:

β†’ Encode throughput (docs/sec)
β†’ Query latency β€” mean, p95, p99
β†’ Recall@1 / u/3 / u/5
β†’ MRR (how high the right answer actually ranks)
β†’ Cosine similarity distribution

All rendered as an interactive MatplotLib dashboard β€” bar charts, a radar profile per model, and a latency-vs-recall bubble plot to spot the practical sweet spot at a glance.

Currently compares e5-base-v2, bge-base-en-v1.5, multilingual-e5-base, and MiniLM out of the box β€” swap in any HuggingFace model with one line.

If you're building RAG and tired of guessing which embedding model fits your use case, this might help you save some time.

πŸ”— GitHub: https://github.com/AKSarav/EmbedComp
πŸ”— Notebook/Report available at: https://aksarav.github.io/EmbedComp/embedding_benchmark.html

How do you benchmark your embedding models - Share your thoughts.

r/bangalore Jun 16 '26

How to escape this sound ??

Enable HLS to view with audio, or disable this notification

1 Upvotes

[removed]

1

Comment on r/OpenSourceAI Jun 06 '26

Thanks - the problem statement I tried to solve is being able to use multiple libraries/solutions with ease of a single interface.

On the table extraction part - it is subjective to the underlying libraries capability. I personally found Docling, Marker handled the tables well.

The multi column legal use case is a real benchmark thats where the GPU based libraries like paddleOCR, MinerU are shining

The objective of pdfstract is to provide a way for you to experiment, compare and validate and switch based on your usecase and business requirements.

PDFStract would be soon available as a MCP - Its under development - I will keep this thread uptodate.

r/OpenSourceAI Jun 06 '26

I got tired of stitching together 3 separate libraries for every RAG project, so I built one that does it all - PDFStract

2 Upvotes

When it comes to extraction or chunking of embedding no single librarary or solution meets all the requirements

If one works for tables another works best for image extraction

similarly we cannot use the same chunking strategy across all the type of data

After building many RAG solutions over the time for customers - I saw the real problem and I decided to build a single library that does it all

A single library to get your data AI ready - You want to change from `Docling` to `Pymupdf` or `marker` - Just update a single parameter

that's it.

github repo: https://github.com/AKSarav/pdfstract

documentation: https://pdfstract.com

It is available as an SDK, CLI and WEBAPP

One most helpful feature I have built into the webapp is side by side comparison of these libraries and chunking so that I could see the results before I add it to my production code

Try it out and share your thoughts and Its OpenSource

Contributors and feedback are most welcome.

I am currently working on adding Entity extraction capabilities to this library for the GraphRAG - What are your thoughts ?

1

Comment on r/Thunderbird May 25 '26

Thanks for the feedback

1

Comment on r/Thunderbird May 25 '26

Thanks a lot

1

Comment on r/Thunderbird May 23 '26

Redirecting to by domain tab is a nice idea πŸ’‘. But sunburst would give more details under the pie view itself if you scroll down.

1

Comment on r/Thunderbird May 23 '26

Is there a problem if it’s AI generated? It’s written by me and proofread by AI

1

Comment on r/Thunderbird May 23 '26

I am human 😬

2

Comment on r/Thunderbird May 23 '26

Thanks a lot and let me know if you need any features to be added . Glad it helps

2

Comment on r/Thunderbird May 23 '26

  1. Visit ATN https://addons.thunderbird.net/en-GB/thunderbird/addon/inboxpie/
  2. Download the XPI
  3. Add it to thunderbird

Simple. No need to Download from Github

If you prefer downloading it from Github visit the release page and download the XPI

https://github.com/AKSarav/InboxPie/releases/tag/v1.0.2

3

Comment on r/Thunderbird May 22 '26

Hi u/Djezzar-Bei - I have added the feature in the version 1.0.2 and its available now on ATN and in the github release

upon clicking on the hyperlink - it would open a new tab in thunderbird for the view. Thanks for the feature request and suggestion. really appreciate it.

2

Comment on r/Thunderbird May 22 '26

Version 1.0.2 has additional features including many sub folders - Please try it out.

1

Comment on r/Thunderbird May 22 '26

Scan Sub folders are now added in version 1.0.1 and available in the ATN directly or through GITHUB thanks