{"id":29603281,"url":"https://github.com/micz/thunderstats","last_synced_at":"2026-04-01T18:56:37.515Z","repository":{"id":26705883,"uuid":"30163039","full_name":"micz/ThunderStats","owner":"micz","description":"This addon adds awesome statistics to your beloved Thunderbird!","archived":false,"fork":false,"pushed_at":"2026-03-19T22:51:39.000Z","size":7706,"stargazers_count":46,"open_issues_count":26,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-20T11:40:55.649Z","etag":null,"topics":["javascript","statistics","stats","thunderbird","thunderbird-addon","thunderbird-addons","thunderbird-extension","vue3","vuejs"],"latest_commit_sha":null,"homepage":"http://micz.it/thunderbird-addon-thunderstats-your-thunderbird-statistics/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-02-01T22:59:59.000Z","updated_at":"2026-03-19T22:50:53.000Z","dependencies_parsed_at":"2024-05-28T00:05:33.971Z","dependency_job_id":"7a03109b-8bdf-497e-a2ac-d50e0b779f68","html_url":"https://github.com/micz/ThunderStats","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/micz/ThunderStats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micz%2FThunderStats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micz%2FThunderStats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micz%2FThunderStats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micz%2FThunderStats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micz","download_url":"https://codeload.github.com/micz/ThunderStats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micz%2FThunderStats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","statistics","stats","thunderbird","thunderbird-addon","thunderbird-addons","thunderbird-extension","vue3","vuejs"],"created_at":"2025-07-20T14:06:49.189Z","updated_at":"2026-04-01T18:56:37.500Z","avatar_url":"https://github.com/micz.png","language":"Vue","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=UHN4SXPGEXWQL\u0026lc=IT\u0026item_name=ThunderStats\u0026item_number=thunderstats\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"],"categories":[],"sub_categories":[],"readme":"# ![ThunderStats icon](public/images/mzts-icon-32px.png \"ThunderStats\")  ThunderStats 2\n\nThis addon adds awesome statistics to your beloved Thunderbird!\n\n\n\u003cbr\u003e\n\nThe addon has been rewritten from scratch using Vue.js.\n\nFeatures from the previous version 1.4.5, not already implemented, have been assigned the label \"[road to 2.0](https://github.com/micz/ThunderStats/labels/road%20to%202.0)\".\n\nMore info on [#194](https://github.com/micz/ThunderStats/issues/194) and [#195](https://github.com/micz/ThunderStats/issues/195)\n\n\u003cbr\u003e\n\n## Features\n- Sent and received mails\n- Day time chart\n- Top senders and recipients list\n- Inbox Zero status\n- Folders, tags and domains statistics\n- Multiple days and Custom range date statistics with:\n  - Daily, weekly, monthly and yearly sent and received mails charts.\n  - Time of the day and weekdays aggregation\n  - Max, min, average sent and received mails over the period\n  - Advanced filtering\n- Define the business days, to get statistics (total, max, min, average) ignoring non-business days.\n- Export data in CSV format\n\n\n\u003cbr\u003e\n\n\n## Privacy\nAll data processing is performed locally on your device. No data is transmitted, shared, or stored on any external servers or third-party services.\nThis ensures that your information remains private and secure at all times.\n\n\u003cbr\u003e\n\n## Issues \u0026 Questions\nPost any issues or questions for ThunderStats under [Issues](https://github.com/micz/ThunderStats/issues).\n\n\u003cbr\u003e\n\n\n## Changelog\nThunderStats's changes are logged [here](CHANGELOG.md).\n\n\n\n\u003cbr\u003e\n\n\n## Build Instructions\n\nEnsure you have installed [Node.js and npm](https://nodejs.org/).\n\nThen, in the root folder of the project run:\n\n`npm install`\n\n### Production build (with minification)\n\n`npm run build`\n\nYou'll find the compiled addon in the `dist` folder and the final `.xpi` package in the parent folder of the project root.\n\n### Development build (without minification, auto-rebuild on changes)\n\n`npm run dev`\n\nThe process watches for file changes and automatically recompiles the addon into the `dist` folder.\n\n\u003cbr\u003e\n\n## Credits\nOriginal Author: [Mic](https://github.com/micz)\n\nContributing Author: [Christopher Leidigh](https://github.com/cleidigh)\n\n\u003cbr\u003e\n\n## Support this addon!\nAre you using this addon in your Thunderbird?\n\u003cbr\u003eConsider to support the development making a small donation. [Click here!](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=UHN4SXPGEXWQL\u0026lc=IT\u0026item_name=ThunderStats\u0026item_number=thunderstats\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)\n\n\u003cbr\u003e\n\n## Attributions\n\n### Translations\n- Dutch (nl): [Fjoerfoks](https://github.com/Fjoerfoks) \u003cimg src=\"https://micz.it/weblate/thunderstats/nl.svg\"\u003e\n- Italian (it): [Mic](https://addons.thunderbird.net/thunderbird/user/Micz/) \u003cimg src=\"https://micz.it/weblate/thunderstats/it.svg\"\u003e\n- French (fr): Generated automatically, Goofy and Vittorio \u003cimg src=\"https://micz.it/weblate/thunderstats/fr.svg\"\u003e\n- German (de): Generated automatically, [Axel Grude](https://addons.thunderbird.net/thunderbird/user/realraven/) \u003cimg src=\"https://micz.it/weblate/thunderstats/de.svg\"\u003e\n\n\u003ci\u003eThanks to \u003ca href=\"https://hosted.weblate.org/widgets/thunderai/\"\u003eHosted Weblate\u003c/a\u003e for managing the localization.\u003c/i\u003e\n\n\u003cbr\u003e\n\n### Javascript Libraries\nSee the [package.json](/package.json) file.\n\n\u003cbr\u003e\n\n### Graphics\nAddon icon thanks to http://hopstarter.deviantart.com/\n\nCustom Query Bookmark icon thanks to http://www.iconarchive.com/artist/graphicrating.html\n\nLoading SVGs thanks to https://loading.io\n\nBusiness Days and Export Data icons thanks to https://www.iconarchive.com/artist/custom-icon-design.html\n\n[Fluent Design System](https://www.iconfinder.com/fluent-designsystem) for the sorting icons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicz%2Fthunderstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicz%2Fthunderstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicz%2Fthunderstats/lists"}