Gmail is Google’s email service, featuring spam protection, search functions, and seamless integration with other G Suite apps for productivity
Adds and/or removes specified gmail labels for a message; ensure `message id` and all `label ids` are valid (use 'listlabels' for custom label ids).
Creates a gmail email draft, supporting to/cc/bcc, subject, plain/html body (ensure `is html=true` for html), attachments, and threading.
Creates a new label with a unique name in the specified user's gmail account.
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.