gmail-mbox-stats
Version:
Nice tool to analyze Gmail MBOX file
68 lines (37 loc) • 1.42 kB
Markdown
# Change Log
All notable changes to the gmail-mbox-stats tool will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [1.2.4] - 2026-01-18
- Fix bug of: Cannot read properties of undefined (reading 'split' --> nonCleanId.split)
## [1.2.3] - 2024-11-26
- Fix bug of not processing all the mails before 'Success' log.
## [1.2.2] - 2024-11-16
- added attachments size stats
- polished some code
## [1.0.11] - 2024-04-29
- update README - add links of video tutorials
## [1.0.10] - 2024-04-04
- update image links
## [1.0.9] - 2024-04-04
- update README
## [1.0.8] - 2024-04-04
- More understandable notation of CSV files
- Shorter names of folders and files
- More data in the generalStats.csv file
## [1.0.7] - 2024-03-24
- Some changes in README
## [1.0.6] - 2024-03-23
- Increase percentage precision.
- Stricter counting of receiver addresses
- Implement creating also generalStats.txt file
## [1.0.5] - 2024-03-17
- Write filename inside each file (as a last column, on the first line)
## [1.0.4] - 2024-03-15
- Update README
- convert all email addresses to lowercase.
## [1.0.3] - 2024-03-11
- Minor update of README
## [1.0.1] - 2024-03-11
- Add percentate values next to the frequency count values in the stats files.
## [1.0.0] - 2024-03-10
- Initial release