PopSettings
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שדות |
accessWindow |
enum (AccessWindow )
טווח ההודעות שאפשר לגשת אליהן דרך POP.
|
disposition |
enum (Disposition )
הפעולה שתתבצע בהודעה אחרי שהיא תוחזר באמצעות POP.
|
AccessWindow
מגוון הודעות שאפשר לגשת אליהן דרך POP.
טיפוסים בני מנייה (enum) |
accessWindowUnspecified |
טווח לא צוין. |
disabled |
מציין שאין גישה להודעות דרך POP. |
fromNowOn |
מציין שאפשר לגשת להודעות שלא אוחזו אחרי נקודה מסוימת בזמן באמצעות POP. |
allMail |
מציין שאפשר לגשת לכל ההודעות שלא אוחזו באמצעות POP. |
Disposition
קובעת מה Gmail צריך לעשות עם הודעה אחרי שהיא אוחזר באמצעות POP.
טיפוסים בני מנייה (enum) |
dispositionUnspecified |
סטטוס לא מוגדר. |
leaveInInbox |
משאירים את ההודעה ב-INBOX . |
archive |
מעבירים את ההודעה לארכיון. |
trash |
מעבירים את ההודעה אל TRASH . |
markRead |
משאירים את ההודעה ב-INBOX ומסמנים אותה כהודעה שנקראה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת 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. |"]]