Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seoproductions/gmail-label-sorter
Script that sorts and labels emails based off of the "+" character
https://github.com/seoproductions/gmail-label-sorter
googlescript javascript
Last synced: about 18 hours ago
JSON representation
Script that sorts and labels emails based off of the "+" character
- Host: GitHub
- URL: https://github.com/seoproductions/gmail-label-sorter
- Owner: seoProductions
- Created: 2023-12-07T23:20:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T00:03:14.000Z (8 months ago)
- Last Synced: 2024-03-27T01:24:31.174Z (8 months ago)
- Topics: googlescript, javascript
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gmail-Label-Sorter
Gmail allows you to add the "+" symbol followed by a word at the end of your email adress. This is so you can have multiple email adresses that all come into the same inbox.
### For Example:
- [email protected]
- [email protected]
- [email protected]### The problem:
Inorder to sort and filter each adress from one another, one has to manual create labels and tediously assign each adress to its coresponding label.
### Solution!
Written in Javascript, this script will automatically run every hour and sort each adresses into different labels accordingly.
All incomming emails without the "+" symbol will be left alone.### TADA! Each email adress is automatically labeled!
![image](https://github.com/seoProductions/Gmail-Label-Sorter/assets/111206081/f61ff578-bcea-4c99-9fb0-af354e149815)
### A bit of Context
Unfortunatley, their is no easy way (that I know of) for me to freely distribute this script as an add-on or extention. Implimenting it involves creating an account on [AppsScript](https://www.google.com/script/start/), creating a project, copying over the code, and deploying it onto your google account.. ect.Puting all this aside, this script has proved very usefull to me thought the years, and I ultimatley felt worthy of publishing it on my github page.
### Questions? Contact me here:
- [[email protected]]([email protected])
- [LinkedIn](https://www.linkedin.com/in/eliseo-duque)### Related
Coming Soon.... ;)
### Authors
[@seoProductions](https://github.com/seoProductions)
### License
[MIT](https://choosealicense.com/licenses/mit/)