https://github.com/zackakil/gmail-auditor
AppScript to audit how many emails you receive and reply to.
https://github.com/zackakil/gmail-auditor
appscript gmail productivity workspace
Last synced: 4 months ago
JSON representation
AppScript to audit how many emails you receive and reply to.
- Host: GitHub
- URL: https://github.com/zackakil/gmail-auditor
- Owner: ZackAkil
- Created: 2024-08-05T15:35:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T16:05:29.000Z (almost 2 years ago)
- Last Synced: 2025-09-28T23:52:11.775Z (8 months ago)
- Topics: appscript, gmail, productivity, workspace
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gmail Auditor
## AppScript to audit how many emails you receive and reply to
### [See the subscription manger built into gmail](https://mail.google.com/mail/u/0/#sub)

### What it does:
This Google Apps Script counts your emails week by week, counting how many you received and how many you actually replied to. Then it displays this data in a spreadsheet.
### How to use it:
Copy and paste [this code](code.gs) into your Google Apps Script editor.
Set the startDate: Change the startDate in the run() function to the date you want to start your audit from.
Run it!