add support for label management to the gmail tool

This commit is contained in:
Taylor Wilsdon
2025-06-06 12:02:49 -04:00
parent c4b5fa8668
commit 14de679df2
3 changed files with 290 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ from config.google_config import (
GMAIL_READONLY_SCOPE,
GMAIL_SEND_SCOPE,
GMAIL_COMPOSE_SCOPE,
GMAIL_MODIFY_SCOPE,
GMAIL_LABELS_SCOPE,
BASE_SCOPES,
CALENDAR_SCOPES,
DRIVE_SCOPES,