[[["התוכן קל להבנה","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 (שעון UTC)."],[[["Retrieves a user's IMAP settings through an HTTP GET request to a specified URL."],["Requires specifying the user's email address (or \"me\" for the authenticated user) as a path parameter."],["An empty request body is necessary, and a successful response returns an ImapSettings object."],["Authorization is required, utilizing one of the provided OAuth scopes for access control."]]],["The core content describes how to retrieve IMAP settings using a `GET` request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/imap`. The `userId` path parameter, either an email or \"me\", specifies the user. The request body must be empty. A successful response will return `ImapSettings`. Access requires one of four OAuth scopes, including `gmail.settings.basic`, `mail.google.com`, `gmail.modify`, or `gmail.readonly`. The URL utilizes gRPC Transcoding syntax.\n"]]