Gmail is Google’s email service, featuring spam protection, search functions, and seamless integration with other G Suite apps for productivity
Creates a gmail email draft, supporting to/cc/bcc, subject, plain/html body (ensure `is html=true` for html), attachments, and threading.
Permanently deletes a specific gmail draft using its id; ensure the draft exists and the user has necessary permissions for the given `user id`.
Permanently deletes a specific email message by its id from a gmail mailbox; for `user id`, use 'me' for the authenticated user or an email address to which the authenticated user has delegated access.
Fetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval.
Fetches a specific email message by its id, provided the `message id` exists and is accessible to the authenticated `user id`.
Retrieves a specific attachment by id from a message in a user's gmail mailbox, requiring valid message and attachment ids.