public class GmailScopes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GMAIL_ADDONS_CURRENT_ACTION_COMPOSE
Manage drafts and send emails when you interact with the add-on.
|
static String |
GMAIL_ADDONS_CURRENT_MESSAGE_ACTION
View your email messages when you interact with the add-on.
|
static String |
GMAIL_ADDONS_CURRENT_MESSAGE_METADATA
View your email message metadata when the add-on is running.
|
static String |
GMAIL_ADDONS_CURRENT_MESSAGE_READONLY
View your email messages when the add-on is running.
|
static String |
GMAIL_COMPOSE
Manage drafts and send emails.
|
static String |
GMAIL_INSERT
Add emails into your Gmail mailbox.
|
static String |
GMAIL_LABELS
See and edit your email labels.
|
static String |
GMAIL_METADATA
View your email message metadata such as labels and headers, but not the email body.
|
static String |
GMAIL_MODIFY
Read, compose, and send emails from your Gmail account.
|
static String |
GMAIL_READONLY
View your email messages and settings.
|
static String |
GMAIL_SEND
Send email on your behalf.
|
static String |
GMAIL_SETTINGS_BASIC
See, edit, create, or change your email settings and filters in Gmail.
|
static String |
GMAIL_SETTINGS_SHARING
Manage your sensitive mail settings, including who can manage your mail.
|
static String |
MAIL_GOOGLE_COM
Read, compose, send, and permanently delete all your email from Gmail.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String MAIL_GOOGLE_COM
public static final String GMAIL_ADDONS_CURRENT_ACTION_COMPOSE
public static final String GMAIL_ADDONS_CURRENT_MESSAGE_ACTION
public static final String GMAIL_ADDONS_CURRENT_MESSAGE_METADATA
public static final String GMAIL_ADDONS_CURRENT_MESSAGE_READONLY
public static final String GMAIL_COMPOSE
public static final String GMAIL_INSERT
public static final String GMAIL_LABELS
public static final String GMAIL_METADATA
public static final String GMAIL_MODIFY
public static final String GMAIL_READONLY
public static final String GMAIL_SEND
public static final String GMAIL_SETTINGS_BASIC
public static final String GMAIL_SETTINGS_SHARING
Copyright © 2011–2024 Google. All rights reserved.