Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 2245 lines (67 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Google_Service_Gmail:: (1 method):
__construct()
Google_Service_Gmail_Users_Resource:: (3 methods):
getProfile()
stop()
watch()
Google_Service_Gmail_UsersDrafts_Resource:: (6 methods):
create()
delete()
get()
listUsersDrafts()
send()
update()
Google_Service_Gmail_UsersHistory_Resource:: (1 method):
listUsersHistory()
Google_Service_Gmail_UsersLabels_Resource:: (6 methods):
create()
delete()
get()
listUsersLabels()
patch()
update()
Google_Service_Gmail_UsersMessages_Resource:: (9 methods):
delete()
get()
import()
insert()
listUsersMessages()
modify()
send()
trash()
untrash()
Google_Service_Gmail_UsersMessagesAttachments_Resource:: (1 method):
get()
Google_Service_Gmail_UsersThreads_Resource:: (6 methods):
delete()
get()
listUsersThreads()
modify()
trash()
untrash()
Google_Service_Gmail_Draft:: (4 methods):
setId()
getId()
setMessage()
getMessage()
Google_Service_Gmail_History:: (12 methods):
setId()
getId()
setLabelsAdded()
getLabelsAdded()
setLabelsRemoved()
getLabelsRemoved()
setMessages()
getMessages()
setMessagesAdded()
getMessagesAdded()
setMessagesDeleted()
getMessagesDeleted()
Google_Service_Gmail_HistoryLabelAdded:: (4 methods):
setLabelIds()
getLabelIds()
setMessage()
getMessage()
Google_Service_Gmail_HistoryLabelRemoved:: (4 methods):
setLabelIds()
getLabelIds()
setMessage()
getMessage()
Google_Service_Gmail_HistoryMessageAdded:: (2 methods):
setMessage()
getMessage()
Google_Service_Gmail_HistoryMessageDeleted:: (2 methods):
setMessage()
getMessage()
Google_Service_Gmail_Label:: (18 methods):
setId()
getId()
setLabelListVisibility()
getLabelListVisibility()
setMessageListVisibility()
getMessageListVisibility()
setMessagesTotal()
getMessagesTotal()
setMessagesUnread()
getMessagesUnread()
setName()
getName()
setThreadsTotal()
getThreadsTotal()
setThreadsUnread()
getThreadsUnread()
setType()
getType()
Google_Service_Gmail_ListDraftsResponse:: (6 methods):
setDrafts()
getDrafts()
setNextPageToken()
getNextPageToken()
setResultSizeEstimate()
getResultSizeEstimate()
Google_Service_Gmail_ListHistoryResponse:: (6 methods):
setHistory()
getHistory()
setHistoryId()
getHistoryId()
setNextPageToken()
getNextPageToken()
Google_Service_Gmail_ListLabelsResponse:: (2 methods):
setLabels()
getLabels()
Google_Service_Gmail_ListMessagesResponse:: (6 methods):
setMessages()
getMessages()
setNextPageToken()
getNextPageToken()
setResultSizeEstimate()
getResultSizeEstimate()
Google_Service_Gmail_ListThreadsResponse:: (6 methods):
setNextPageToken()
getNextPageToken()
setResultSizeEstimate()
getResultSizeEstimate()
setThreads()
getThreads()
Google_Service_Gmail_Message:: (18 methods):
setHistoryId()
getHistoryId()
setId()
getId()
setInternalDate()
getInternalDate()
setLabelIds()
getLabelIds()
setPayload()
getPayload()
setRaw()
getRaw()
setSizeEstimate()
getSizeEstimate()
setSnippet()
getSnippet()
setThreadId()
getThreadId()
Google_Service_Gmail_MessagePart:: (12 methods):
setBody()
getBody()
setFilename()
getFilename()
setHeaders()
getHeaders()
setMimeType()
getMimeType()
setPartId()
getPartId()
setParts()
getParts()
Google_Service_Gmail_MessagePartBody:: (6 methods):
setAttachmentId()
getAttachmentId()
setData()
getData()
setSize()
getSize()
Google_Service_Gmail_MessagePartHeader:: (4 methods):
setName()
getName()
setValue()
getValue()
Google_Service_Gmail_ModifyMessageRequest:: (4 methods):
setAddLabelIds()
getAddLabelIds()
setRemoveLabelIds()
getRemoveLabelIds()
Google_Service_Gmail_ModifyThreadRequest:: (4 methods):
setAddLabelIds()
getAddLabelIds()
setRemoveLabelIds()
getRemoveLabelIds()
Google_Service_Gmail_Profile:: (8 methods):
setEmailAddress()
getEmailAddress()
setHistoryId()
getHistoryId()
setMessagesTotal()
getMessagesTotal()
setThreadsTotal()
getThreadsTotal()
Google_Service_Gmail_Thread:: (8 methods):
setHistoryId()
getHistoryId()
setId()
getId()
setMessages()
getMessages()
setSnippet()
getSnippet()
Google_Service_Gmail_WatchRequest:: (6 methods):
setLabelFilterAction()
getLabelFilterAction()
setLabelIds()
getLabelIds()
setTopicName()
getTopicName()
Google_Service_Gmail_WatchResponse:: (4 methods):
setExpiration()
getExpiration()
setHistoryId()
getHistoryId()
Class: Google_Service_Gmail - X-Ref
Service definition for Gmail (v1).__construct(Google_Client $client) X-Ref |
Constructs the internal representation of the Gmail service. param: Google_Client $client |
Class: Google_Service_Gmail_Users_Resource - X-Ref
The "users" collection of methods.getProfile($userId, $optParams = array() X-Ref |
Gets the current user's Gmail profile. (users.getProfile) param: string $userId The user's email address. The special value me can be param: array $optParams Optional parameters. return: Google_Service_Gmail_Profile |
stop($userId, $optParams = array() X-Ref |
Stop receiving push notifications for the given user mailbox. (users.stop) param: string $userId The user's email address. The special value me can be param: array $optParams Optional parameters. |
watch($userId, Google_Service_Gmail_WatchRequest $postBody, $optParams = array() X-Ref |
Set up or update a push notification watch on the given user mailbox. (users.watch) param: string $userId The user's email address. The special value me can be param: Google_WatchRequest $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_WatchResponse |
Class: Google_Service_Gmail_UsersDrafts_Resource - X-Ref
The "drafts" collection of methods.create($userId, Google_Service_Gmail_Draft $postBody, $optParams = array() X-Ref |
Creates a new draft with the DRAFT label. (drafts.create) param: string $userId The user's email address. The special value me can be param: Google_Draft $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Draft |
delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified draft. Does not simply trash it. (drafts.delete) param: string $userId The user's email address. The special value me can be param: string $id The ID of the draft to delete. param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified draft. (drafts.get) param: string $userId The user's email address. The special value me can be param: string $id The ID of the draft to retrieve. param: array $optParams Optional parameters. return: Google_Service_Gmail_Draft |
listUsersDrafts($userId, $optParams = array() X-Ref |
Lists the drafts in the user's mailbox. (drafts.listUsersDrafts) param: string $userId The user's email address. The special value me can be param: array $optParams Optional parameters. return: Google_Service_Gmail_ListDraftsResponse |
send($userId, Google_Service_Gmail_Draft $postBody, $optParams = array() X-Ref |
Sends the specified, existing draft to the recipients in the To, Cc, and Bcc headers. (drafts.send) param: string $userId The user's email address. The special value me can be param: Google_Draft $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
update($userId, $id, Google_Service_Gmail_Draft $postBody, $optParams = array() X-Ref |
Replaces a draft's content. (drafts.update) param: string $userId The user's email address. The special value me can be param: string $id The ID of the draft to update. param: Google_Draft $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Draft |
Class: Google_Service_Gmail_UsersHistory_Resource - X-Ref
The "history" collection of methods.listUsersHistory($userId, $optParams = array() X-Ref |
Lists the history of all changes to the given mailbox. History results are returned in chronological order (increasing historyId). (history.listUsersHistory) param: string $userId The user's email address. The special value me can be param: array $optParams Optional parameters. return: Google_Service_Gmail_ListHistoryResponse |
Class: Google_Service_Gmail_UsersLabels_Resource - X-Ref
The "labels" collection of methods.create($userId, Google_Service_Gmail_Label $postBody, $optParams = array() X-Ref |
Creates a new label. (labels.create) param: string $userId The user's email address. The special value me can be param: Google_Label $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to. (labels.delete) param: string $userId The user's email address. The special value me can be param: string $id The ID of the label to delete. param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified label. (labels.get) param: string $userId The user's email address. The special value me can be param: string $id The ID of the label to retrieve. param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
listUsersLabels($userId, $optParams = array() X-Ref |
Lists all labels in the user's mailbox. (labels.listUsersLabels) param: string $userId The user's email address. The special value me can be param: array $optParams Optional parameters. return: Google_Service_Gmail_ListLabelsResponse |
patch($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array() X-Ref |
Updates the specified label. This method supports patch semantics. (labels.patch) param: string $userId The user's email address. The special value me can be param: string $id The ID of the label to update. param: Google_Label $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
update($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array() X-Ref |
Updates the specified label. (labels.update) param: string $userId The user's email address. The special value me can be param: string $id The ID of the label to update. param: Google_Label $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Label |
Class: Google_Service_Gmail_UsersMessages_Resource - X-Ref
The "messages" collection of methods.delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer messages.trash instead. (messages.delete) param: string $userId The user's email address. The special value me can be param: string $id The ID of the message to delete. param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified message. (messages.get) param: string $userId The user's email address. The special value me can be param: string $id The ID of the message to retrieve. param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
import($userId, Google_Service_Gmail_Message $postBody, $optParams = array() X-Ref |
Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message. (messages.import) param: string $userId The user's email address. The special value me can be param: Google_Message $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array() X-Ref |
Directly inserts a message into only this user's mailbox similar to IMAP APPEND, bypassing most scanning and classification. Does not send a message. (messages.insert) param: string $userId The user's email address. The special value me can be param: Google_Message $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
listUsersMessages($userId, $optParams = array() X-Ref |
Lists the messages in the user's mailbox. (messages.listUsersMessages) param: string $userId The user's email address. The special value me can be param: array $optParams Optional parameters. return: Google_Service_Gmail_ListMessagesResponse |
modify($userId, $id, Google_Service_Gmail_ModifyMessageRequest $postBody, $optParams = array() X-Ref |
Modifies the labels on the specified message. (messages.modify) param: string $userId The user's email address. The special value me can be param: string $id The ID of the message to modify. param: Google_ModifyMessageRequest $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
send($userId, Google_Service_Gmail_Message $postBody, $optParams = array() X-Ref |
Sends the specified message to the recipients in the To, Cc, and Bcc headers. (messages.send) param: string $userId The user's email address. The special value me can be param: Google_Message $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
trash($userId, $id, $optParams = array() X-Ref |
Moves the specified message to the trash. (messages.trash) param: string $userId The user's email address. The special value me can be param: string $id The ID of the message to Trash. param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
untrash($userId, $id, $optParams = array() X-Ref |
Removes the specified message from the trash. (messages.untrash) param: string $userId The user's email address. The special value me can be param: string $id The ID of the message to remove from Trash. param: array $optParams Optional parameters. return: Google_Service_Gmail_Message |
Class: Google_Service_Gmail_UsersMessagesAttachments_Resource - X-Ref
The "attachments" collection of methods.get($userId, $messageId, $id, $optParams = array() X-Ref |
Gets the specified message attachment. (attachments.get) param: string $userId The user's email address. The special value me can be param: string $messageId The ID of the message containing the attachment. param: string $id The ID of the attachment. param: array $optParams Optional parameters. return: Google_Service_Gmail_MessagePartBody |
Class: Google_Service_Gmail_UsersThreads_Resource - X-Ref
The "threads" collection of methods.delete($userId, $id, $optParams = array() X-Ref |
Immediately and permanently deletes the specified thread. This operation cannot be undone. Prefer threads.trash instead. (threads.delete) param: string $userId The user's email address. The special value me can be param: string $id ID of the Thread to delete. param: array $optParams Optional parameters. |
get($userId, $id, $optParams = array() X-Ref |
Gets the specified thread. (threads.get) param: string $userId The user's email address. The special value me can be param: string $id The ID of the thread to retrieve. param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
listUsersThreads($userId, $optParams = array() X-Ref |
Lists the threads in the user's mailbox. (threads.listUsersThreads) param: string $userId The user's email address. The special value me can be param: array $optParams Optional parameters. return: Google_Service_Gmail_ListThreadsResponse |
modify($userId, $id, Google_Service_Gmail_ModifyThreadRequest $postBody, $optParams = array() X-Ref |
Modifies the labels applied to the thread. This applies to all messages in the thread. (threads.modify) param: string $userId The user's email address. The special value me can be param: string $id The ID of the thread to modify. param: Google_ModifyThreadRequest $postBody param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
trash($userId, $id, $optParams = array() X-Ref |
Moves the specified thread to the trash. (threads.trash) param: string $userId The user's email address. The special value me can be param: string $id The ID of the thread to Trash. param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
untrash($userId, $id, $optParams = array() X-Ref |
Removes the specified thread from the trash. (threads.untrash) param: string $userId The user's email address. The special value me can be param: string $id The ID of the thread to remove from Trash. param: array $optParams Optional parameters. return: Google_Service_Gmail_Thread |
Class: Google_Service_Gmail_Draft - X-Ref
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setMessage(Google_Service_Gmail_Message $message) X-Ref |
No description |
getMessage() X-Ref |
No description |
Class: Google_Service_Gmail_History - X-Ref
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setLabelsAdded($labelsAdded) X-Ref |
No description |
getLabelsAdded() X-Ref |
No description |
setLabelsRemoved($labelsRemoved) X-Ref |
No description |
getLabelsRemoved() X-Ref |
No description |
setMessages($messages) X-Ref |
No description |
getMessages() X-Ref |
No description |
setMessagesAdded($messagesAdded) X-Ref |
No description |
getMessagesAdded() X-Ref |
No description |
setMessagesDeleted($messagesDeleted) X-Ref |
No description |
getMessagesDeleted() X-Ref |
No description |
Class: Google_Service_Gmail_HistoryLabelAdded - X-Ref
setLabelIds($labelIds) X-Ref |
No description |
getLabelIds() X-Ref |
No description |
setMessage(Google_Service_Gmail_Message $message) X-Ref |
No description |
getMessage() X-Ref |
No description |
Class: Google_Service_Gmail_HistoryLabelRemoved - X-Ref
setLabelIds($labelIds) X-Ref |
No description |
getLabelIds() X-Ref |
No description |
setMessage(Google_Service_Gmail_Message $message) X-Ref |
No description |
getMessage() X-Ref |
No description |
Class: Google_Service_Gmail_HistoryMessageAdded - X-Ref
setMessage(Google_Service_Gmail_Message $message) X-Ref |
No description |
getMessage() X-Ref |
No description |
Class: Google_Service_Gmail_HistoryMessageDeleted - X-Ref
setMessage(Google_Service_Gmail_Message $message) X-Ref |
No description |
getMessage() X-Ref |
No description |
Class: Google_Service_Gmail_Label - X-Ref
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setLabelListVisibility($labelListVisibility) X-Ref |
No description |
getLabelListVisibility() X-Ref |
No description |
setMessageListVisibility($messageListVisibility) X-Ref |
No description |
getMessageListVisibility() X-Ref |
No description |
setMessagesTotal($messagesTotal) X-Ref |
No description |
getMessagesTotal() X-Ref |
No description |
setMessagesUnread($messagesUnread) X-Ref |
No description |
getMessagesUnread() X-Ref |
No description |
setName($name) X-Ref |
No description |
getName() X-Ref |
No description |
setThreadsTotal($threadsTotal) X-Ref |
No description |
getThreadsTotal() X-Ref |
No description |
setThreadsUnread($threadsUnread) X-Ref |
No description |
getThreadsUnread() X-Ref |
No description |
setType($type) X-Ref |
No description |
getType() X-Ref |
No description |
Class: Google_Service_Gmail_ListDraftsResponse - X-Ref
setDrafts($drafts) X-Ref |
No description |
getDrafts() X-Ref |
No description |
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
setResultSizeEstimate($resultSizeEstimate) X-Ref |
No description |
getResultSizeEstimate() X-Ref |
No description |
Class: Google_Service_Gmail_ListHistoryResponse - X-Ref
setHistory($history) X-Ref |
No description |
getHistory() X-Ref |
No description |
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
Class: Google_Service_Gmail_ListMessagesResponse - X-Ref
setMessages($messages) X-Ref |
No description |
getMessages() X-Ref |
No description |
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
setResultSizeEstimate($resultSizeEstimate) X-Ref |
No description |
getResultSizeEstimate() X-Ref |
No description |
Class: Google_Service_Gmail_ListThreadsResponse - X-Ref
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
setResultSizeEstimate($resultSizeEstimate) X-Ref |
No description |
getResultSizeEstimate() X-Ref |
No description |
setThreads($threads) X-Ref |
No description |
getThreads() X-Ref |
No description |
Class: Google_Service_Gmail_Message - X-Ref
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setInternalDate($internalDate) X-Ref |
No description |
getInternalDate() X-Ref |
No description |
setLabelIds($labelIds) X-Ref |
No description |
getLabelIds() X-Ref |
No description |
setPayload(Google_Service_Gmail_MessagePart $payload) X-Ref |
No description |
getPayload() X-Ref |
No description |
setRaw($raw) X-Ref |
No description |
getRaw() X-Ref |
No description |
setSizeEstimate($sizeEstimate) X-Ref |
No description |
getSizeEstimate() X-Ref |
No description |
setSnippet($snippet) X-Ref |
No description |
getSnippet() X-Ref |
No description |
setThreadId($threadId) X-Ref |
No description |
getThreadId() X-Ref |
No description |
Class: Google_Service_Gmail_MessagePart - X-Ref
setBody(Google_Service_Gmail_MessagePartBody $body) X-Ref |
No description |
getBody() X-Ref |
No description |
setFilename($filename) X-Ref |
No description |
getFilename() X-Ref |
No description |
setHeaders($headers) X-Ref |
No description |
getHeaders() X-Ref |
No description |
setMimeType($mimeType) X-Ref |
No description |
getMimeType() X-Ref |
No description |
setPartId($partId) X-Ref |
No description |
getPartId() X-Ref |
No description |
setParts($parts) X-Ref |
No description |
getParts() X-Ref |
No description |
Class: Google_Service_Gmail_MessagePartBody - X-Ref
setAttachmentId($attachmentId) X-Ref |
No description |
getAttachmentId() X-Ref |
No description |
setData($data) X-Ref |
No description |
getData() X-Ref |
No description |
setSize($size) X-Ref |
No description |
getSize() X-Ref |
No description |
Class: Google_Service_Gmail_ModifyMessageRequest - X-Ref
setAddLabelIds($addLabelIds) X-Ref |
No description |
getAddLabelIds() X-Ref |
No description |
setRemoveLabelIds($removeLabelIds) X-Ref |
No description |
getRemoveLabelIds() X-Ref |
No description |
Class: Google_Service_Gmail_ModifyThreadRequest - X-Ref
setAddLabelIds($addLabelIds) X-Ref |
No description |
getAddLabelIds() X-Ref |
No description |
setRemoveLabelIds($removeLabelIds) X-Ref |
No description |
getRemoveLabelIds() X-Ref |
No description |
Class: Google_Service_Gmail_Profile - X-Ref
setEmailAddress($emailAddress) X-Ref |
No description |
getEmailAddress() X-Ref |
No description |
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |
setMessagesTotal($messagesTotal) X-Ref |
No description |
getMessagesTotal() X-Ref |
No description |
setThreadsTotal($threadsTotal) X-Ref |
No description |
getThreadsTotal() X-Ref |
No description |
Class: Google_Service_Gmail_Thread - X-Ref
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |
setId($id) X-Ref |
No description |
getId() X-Ref |
No description |
setMessages($messages) X-Ref |
No description |
getMessages() X-Ref |
No description |
setSnippet($snippet) X-Ref |
No description |
getSnippet() X-Ref |
No description |
Class: Google_Service_Gmail_WatchRequest - X-Ref
setLabelFilterAction($labelFilterAction) X-Ref |
No description |
getLabelFilterAction() X-Ref |
No description |
setLabelIds($labelIds) X-Ref |
No description |
getLabelIds() X-Ref |
No description |
setTopicName($topicName) X-Ref |
No description |
getTopicName() X-Ref |
No description |
Class: Google_Service_Gmail_WatchResponse - X-Ref
setExpiration($expiration) X-Ref |
No description |
getExpiration() X-Ref |
No description |
setHistoryId($historyId) X-Ref |
No description |
getHistoryId() X-Ref |
No description |