1
0
Fork 0
mirror of https://github.com/Luzifer/gmail-manage.git synced 2024-11-08 15:30:10 +00:00
Google Apps-Script project to automate your Gmail account
Find a file
dependabot[bot] cb0380add7
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 20:16:38 +00:00
src Fix length of dict 2018-10-21 12:49:25 +02:00
.claspignore Cleanup repo files 2018-10-21 01:11:39 +02:00
.gitignore Cleanup repo files 2018-10-21 01:11:39 +02:00
appsscript.json Advance development 2018-10-21 01:02:53 +02:00
config.sample.js Add sample config 2018-10-21 01:09:59 +02:00
LICENSE Add META 2018-10-21 01:20:49 +02:00
Makefile Document build in a makefile 2018-10-22 14:38:54 +02:00
package-lock.json Bump path-parse from 1.0.6 to 1.0.7 2021-08-10 20:16:38 +00:00
package.json npm update / audit fix / dedupe 2020-08-02 02:24:44 +02:00
README.md Document build in a makefile 2018-10-22 14:38:54 +02:00

Luzifer / gmail-manage

This Google Apps-Script project contains two functionalities to automate your Gmail account:

You can define:

  • Gmail queries which will be used to delete matching mails
  • Your Gmail filters in code, put them into a proper version management and let them get applied by a state-enforcer

Setup

  • Create a config.js from the config.sample.js
  • Get yourself a configured clasp
  • Create a Google Apps-Script project and activate the Gmail API in the corresponding GCP Project
  • Execute make build to generate the App-Script version of the code
  • Execute a clasp push to upload the source code into your project

If everything went well you now should have your config.js and an app.js inside your App-Script project. (In the web-UI they are called .gs files instead of .js.)

Now you can execute the executeMailCleanup() and applyFilterDefinition() functions to apply your config. If you want a more automated version you can define project triggers inside the Edit menu for those two functions. For example you can set up a daily cron for them.