[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-05 (世界標準時間)。"],[[["Imports a message into the specified user's mailbox, using standard email delivery scanning and classification."],["Allows control over internal date, spam classification, calendar invite processing, and permanent deletion."],["Requires providing message data in the request body and uses the `POST` method with specific URI formats."],["Supports both full message upload and metadata-only requests."],["Needs authorization with specific OAuth scopes for access and modification."]]],["This describes how to import a message into a user's Gmail mailbox. Two POST request URIs are provided for uploading media or metadata. The `userId` path parameter specifies the user, with `me` for the authenticated user. Query parameters include settings for `internalDateSource`, `neverMarkSpam`, `processForCalendar`, and `deleted`. The request and response bodies use the `Message` instance. Requires one of three specified OAuth scopes. The service skips SPF checks.\n"]]