PopSettings
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
필드 |
accessWindow |
enum (AccessWindow )
POP를 통해 액세스할 수 있는 메시지 범위입니다.
|
disposition |
enum (Disposition )
POP를 통해 가져온 메일에서 실행할 작업입니다.
|
AccessWindow
POP를 통해 액세스할 수 있는 다양한 메시지입니다.
열거형 |
accessWindowUnspecified |
지정되지 않은 범위. |
disabled |
POP를 통해 액세스할 수 있는 메일이 없음을 나타냅니다. |
fromNowOn |
특정 시점 이후에 수신되었으나 가져오지 않은 메일에 POP를 통해 액세스할 수 있음을 나타냅니다. |
allMail |
가져오지 않은 모든 메일에 POP를 통해 액세스할 수 있음을 나타냅니다. |
Disposition
POP를 통해 가져온 메일을 Gmail에서 어떻게 처리해야 하는지 지정합니다.
열거형 |
dispositionUnspecified |
지정되지 않은 처리입니다. |
leaveInInbox |
INBOX 에 메시지를 남깁니다. |
archive |
메일을 보관처리합니다. |
trash |
메일을 TRASH 로 이동합니다. |
markRead |
메시지를 INBOX 에 그대로 두고 읽음으로 표시합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# PopSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [AccessWindow](#AccessWindow)\n- [Disposition](#Disposition)\n\nPOP settings for an account.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accessWindow\": enum (/workspace/gmail/api/reference/rest/v1/PopSettings#AccessWindow), \"disposition\": enum (/workspace/gmail/api/reference/rest/v1/PopSettings#Disposition) } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accessWindow` | `enum (`[AccessWindow](/workspace/gmail/api/reference/rest/v1/PopSettings#AccessWindow)`)` The range of messages which are accessible via POP. |\n| `disposition` | `enum (`[Disposition](/workspace/gmail/api/reference/rest/v1/PopSettings#Disposition)`)` The action that will be executed on a message after it has been fetched via POP. |\n\nAccessWindow\n------------\n\nA range of messages that are accessible via POP.\n\n| Enums ||\n|---------------------------|--------------------------------------------------------------------------------------------------|\n| `accessWindowUnspecified` | Unspecified range. |\n| `disabled` | Indicates that no messages are accessible via POP. |\n| `fromNowOn` | Indicates that unfetched messages received after some past point in time are accessible via POP. |\n| `allMail` | Indicates that all unfetched messages are accessible via POP. |\n\nDisposition\n-----------\n\nSpecifies what Gmail should do with a message after it has been fetched via POP.\n\n| Enums ||\n|--------------------------|-------------------------------------------------------|\n| `dispositionUnspecified` | Unspecified disposition. |\n| `leaveInInbox` | Leave the message in the `INBOX`. |\n| `archive` | Archive the message. |\n| `trash` | Move the message to the `TRASH`. |\n| `markRead` | Leave the message in the `INBOX` and mark it as read. |"]]