Gmail_Suite
Gmail REST API v1 integration for email management, message composition, thread organization, and advanced search capabilities.
Retrieve the full content of a specific message by ID with configurable detail level (full message content with headers, metadata only, or minimal headers).
Retrieve all messages within a specific thread (conversation) by thread ID, showing the full conversation history with all replies.
Retrieve all labels (folders and tags) defined in the user's Gmail account with their properties including ID, name, message counts, and visibility settings.
Retrieve messages from the user's mailbox with optional Gmail search syntax filters for advanced querying by sender, recipient, subject, date, attachments, and custom labels.
Search for email threads using Gmail search syntax filters to find conversations by sender, subject, date range, attachment presence, or custom labels.
Send an email message to one or more recipients with subject, body, and optional attachments. Message must be base64url encoded RFC 2822 format. REQUIRES STEWARD CONFIRMATION before sending.