[[["易于理解","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"]],["最后更新时间 (UTC):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"]]