PopSettings
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تنظیمات POP برای یک حساب.
فیلدها |
---|
accessWindow | enum ( AccessWindow ) دامنه پیام هایی که از طریق POP قابل دسترسی هستند. |
disposition | enum ( Disposition ) اقدامی که پس از واکشی پیام از طریق POP روی آن اجرا می شود. |
AccessWindow
طیف وسیعی از پیام ها که از طریق POP قابل دسترسی هستند.
Enums |
---|
accessWindowUnspecified | محدوده نامشخص |
disabled | نشان می دهد که هیچ پیامی از طریق POP قابل دسترسی نیست. |
fromNowOn | نشان می دهد که پیام های دریافت نشده پس از مدتی گذشته از طریق POP قابل دسترسی هستند. |
allMail | نشان می دهد که همه پیام های واکشی نشده از طریق POP قابل دسترسی هستند. |
منش
مشخص می کند که Gmail باید با یک پیام پس از واکشی از طریق POP چه کاری انجام دهد.
Enums |
---|
dispositionUnspecified | منش نامشخص |
leaveInInbox | پیام را در INBOX بگذارید. |
archive | پیام را بایگانی کنید |
trash | پیام را به TRASH منتقل کنید. |
markRead | پیام را در INBOX بگذارید و آن را به عنوان خوانده شده علامت بزنید. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]