[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-09-05 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"]]