[[["容易理解","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 (世界標準時間)。"],[[["Updates the POP settings of a Gmail user."],["Requires a `PUT` request to a specific Gmail API endpoint with the user's email address."],["The request body should contain the desired POP settings in JSON format based on the PopSettings resource."],["Successful execution will return the updated POP settings in the response body."],["Authorization requires the `https://www.googleapis.com/auth/gmail.settings.basic` scope."]]],["The core content describes how to update POP settings via a PUT HTTP request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/pop`. The `userId` path parameter, either an email or \"me\", specifies the user. The request body includes `PopSettings`, and a successful response also contains `PopSettings`. Authorization requires the `https://www.googleapis.com/auth/gmail.settings.basic` OAuth scope. This action allows users to modify their POP settings.\n"]]