Public
Like
MailGoat
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Greatest of all time for your email!
- Create a new Google Cloud Project
- Configure OAuth Conscent Screen
Read Metadata
- https://www.googleapis.com/auth/gmail.metadata
- This allows you to read email metadata (subjects, headers, labels) but not the email content itself
- Perfect for creating an email management system without needing to access sensitive message content
Labels
- https://www.googleapis.com/auth/gmail.labels
- This is the scope for seeing and editing email labels
- Allows you to create, delete, and modify labels
- Enables applying/removing labels from messages
- Google API Configuration
- OAuth Implementation with Basic UI to trigger OAuth
- Fetch Emails
- Apply labels to emails based on from, subject and other metadata fields