MailGoat

Greatest of all time for your email!

Google API Configuration

  1. Create a new Google Cloud Project
  2. Configure OAuth Conscent Screen

Scopes Needed

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

Todo

  • 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