Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmount/third-stats
Thunderbird add-on turning your emails into beautifully visualized email account stats. Built with Vue.js and Chart.js
https://github.com/devmount/third-stats
analytics chartjs email hacktoberfest statistics stats thunderbird thunderbird-addon vuejs
Last synced: 4 days ago
JSON representation
Thunderbird add-on turning your emails into beautifully visualized email account stats. Built with Vue.js and Chart.js
- Host: GitHub
- URL: https://github.com/devmount/third-stats
- Owner: devmount
- License: mit
- Created: 2020-09-16T12:54:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T06:03:51.000Z (about 1 month ago)
- Last Synced: 2024-10-11T07:43:37.050Z (25 days ago)
- Topics: analytics, chartjs, email, hacktoberfest, statistics, stats, thunderbird, thunderbird-addon, vuejs
- Language: Vue
- Homepage: https://addons.thunderbird.net/thunderbird/addon/thirdstats/
- Size: 5.02 MB
- Stars: 215
- Watchers: 3
- Forks: 27
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
ThirdStats is a Thunderbird add-on for beautifully visualized email account stats.
Download from Thunderbird Add-ons repository. Contributions, corrections & requests can be made on GitHub.
Created by Andreas MΓΌller.## Get started
Install ThirdStats from the Thunderbird Add-ons repository:
1. Start Thunderbird, open the main menu and click on Add-ons
2. Search for *ThirdStats*
3. Click *Add to Thunderbird* and give necessary permissions
4. Open the ThirdStats Popup in the upper right corner of the main toolbar and enjoy your email account statsTo properly recognize emails as *sent*, make sure to configure all email adresses you write from as Thunderbird identities for your email account. You can do so under *account settings* > select your account > click button *more identities* at the bottom and add or modify identities as you need.
Also keep in mind, that the processing of large mailboxes can take a lot of time.
## Features
- Check key numbers like total, received or sent emails per account
- Analyze the progress of email counts per year, per month, per daytime, per weekday, per folder and many more
- See your most busy hours during the week
- Find out, which contacts are the ones sending most emails
- Filter stats for a specific folder, date range or contact
- Compare different email accounts with each other and define their color
- Set Options for account selection, theme, caching system and a lot more customizations
- Enjoy the responsive stats page adapting to different viewport sizes
- Have language support for Brazilian Portuguese, Catalan, Chinese, Czech, Dutch, English, French, Galician, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Polish, Portuguese, Russian, Slovak, Spanish, Swedish, Thai, Turkish and UkrainianHere is how ThirdStats looks like on the Thunderbird default dark theme and light theme on Windows:
![thirdstats_screenshot_version_1.8.0](https://user-images.githubusercontent.com/5441654/127223215-46bfd30f-7e77-401d-92a3-20bcd7bbee5a.png)
## Privacy and Security
ThirdStats runs entirely locally and will never contact, send or sell data to, any third-parties.
ThirdStats features require [Thunderbird permissions](https://developer.thunderbird.net/add-ons/mailextensions/supported-webextension-api) to function, but will always seeks to minimise permissions where possible, and use granular permissions where available (Example: Thunderbird Permissions API does not currently provide for reading only message headers, instead of the entire email, including the body):
- Accounts: Access accounts and identities (read-only)
- Downloads: Export and download data as a file
- Messages: Access messages to create statistics (read-only)
- Storage: Store processed data (cache) for performance. Can be cleared or disabled at any time.See the [Security Policy](./SECURITY.md) for details how ThirdStats values your privacy.
## Support this project
Contributions are very welcome! See the [Contribution Guidelines](./.github/CONTRIBUTING.md) for more information, how to help making this add-on even better.
### Spread the word
- [Give this project a star](https://github.com/devmount/third-stats/stargazers) on GitHub β
- [Write a short review](https://addons.thunderbird.net/en-US/thunderbird/addon/thirdstats/#reviews) on addons.thunderbird.net (ATN) β
- [Tweet it](https://twitter.com/intent/tweet?text=ThirdStats%20-%20a%20Thunderbird%20add-on%20for%20beautifully%20visualized%20email%20account%20stats%20by%20%40devmount%20%23thunderbird%20%23statistics%20https://addons.thunderbird.net/thunderbird/addon/thirdstats) π¬
- Tell your friends and colleagues to try ThirdStats π¬### Become a tester
Cutting edge alpha releases of ThirdStats can be found on the [dedicated ThirdStats CDN](https://third-stats.cdn.devmount.com/). You can manually install these alpha releases and test them as you like.
If you encounter any problem, please [issue a bug report](https://github.com/devmount/third-stats/issues/new?template=bug_report.md). If you have ideas for additional features, please [issue a feature request](https://github.com/devmount/third-stats/issues/new?template=feature_request.md).
### Become a ThirdStats developer
Here is how you can set up a local development environment:
1. [Clone](https://help.github.com/en/articles/cloning-a-repository) this project with Git
2. Install dependencies by running `npm install` within the cloned directory `third-stats/`
3. Start the development server with `npm run dev`
4. Open development site by going to in your browserNote that this tool uses [Thunderbirds WebExtension APIs](https://thunderbird-webextensions.readthedocs.io/en/latest/index.html). This means that some JavaScript objects won't be available in your browser as development environment. If you want to test your changes in Thunderbird, do the following:
5. Save all your changes and run `npm run build` to create a production build in the `dist/` directory
6. Open Thunderbird, go to main menu > add-ons > gear menu > debug add-ons > This Thunderbird > Load temporary add-on
7. Now choose the manifest file inside the `dist/` directory and your modified add-on will be loaded for the current Thunderbird session. You can check the web console by clicking the button *Inspect* in the add-on tile.## Special Thanks
Many thanks especially to those who helped translating this add-on and making it more accessable for people around the globe:
- Brazilian Portuguese: [@TenisonJr](https://github.com/TenisonJr)
- Catalan: [@altmas5](https://github.com/altmas5) [@Leos1113](https://github.com/Leos1113)
- Chinese (China): [@jswildcards](https://github.com/jswildcards)
- Chinese (Taiwan): [@Hsins](https://github.com/Hsins)
- Czech: [@ajyan](https://github.com/ajyan) [@martinsustek](https://github.com/martinsustek)
- French: [@antoinevth](https://github.com/antoinevth) [@aurelienrouze](https://github.com/aurelienrouze)
- Galician: [@uveic](https://github.com/uveic)
- Hindi: [@kunaljain0212](https://github.com/kunaljain0212) [@mdfaizan7](https://github.com/mdfaizan7)
- Hungarian: [@ovari](https://github.com/ovari/)
- Italian: [@leobia](https://github.com/leobia) [@edmael](https://github.com/edmael)
- Japanese: [@marcelstoer](https://github.com/marcelstoer)
- Polish: [@dfoltynski](https://github.com/dfoltynski) [@wikiyu](https://github.com/wikiyu)
- Portuguese: [@printf-ana](https://github.com/printf-ana) [@di3goCS](https://github.com/di3goCS)
- Russian: [@kerlon5](https://github.com/kerlon5) [@maria-muravyova](https://github.com/maria-muravyova)
- Slovak: [@dodog](https://github.com/dodog)
- Spanish: [@roninJosue](https://github.com/roninJosue) [@SabrinaFZ](https://github.com/SabrinaFZ)
- Swedish: [@FrejBjornsson](https://github.com/FrejBjornsson)
- Thai: [@kerlos](https://github.com/kerlos)
- Turkish: [@tosbaha](https://github.com/tosbaha)## Licence
This Thunderbird add-on is licensed under [MIT License](./LICENSE).
---
This add-on is completely free to use. If you enjoy it and don't have the time to contribute, please consider [donating via Paypal](https://paypal.me/devmount) or [sponsoring me](https://github.com/sponsors/devmount) to support further development. :green_heart: