[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["Retrieves a user's POP settings using their email address."],["Requires an empty request body and returns PopSettings upon success."],["Utilizes gRPC Transcoding for its URL structure and needs specific OAuth scopes for authorization."],["Allows identifying the authenticated user with the \"me\" value in the userId path parameter."]]],["This document details how to retrieve POP settings via a `GET` request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/pop`. The `userId` path parameter, representing a user's email (or \"me\"), is required. The request body must be empty. A successful response contains an instance of `PopSettings`. Authorization requires one of four listed OAuth scopes. The `Try it!` section is available for experimentation. It also mentions gRPC Transcoding.\n"]]