Variable GMAILConfigMessagesToFetchEnumConst
GMAILConfigMessagesToFetchEnum: {
All: "all";
Archive: "archive";
Important: "important";
Inbox: "inbox";
Sent: "sent";
SpamTrash: "spam-trash";
Starred: "starred";
Unread: "unread";
} = ...
Type Declaration
ReadonlyAll: "all"
ReadonlyArchive: "archive"
ReadonlyImportant: "important"
ReadonlyInbox: "inbox"
ReadonlySent: "sent"
ReadonlySpamTrash: "spam-trash"
ReadonlyStarred: "starred"
ReadonlyUnread: "unread"
Export