перечисления | |
---|---|
receivedTime | Дата внутреннего сообщения устанавливается на текущее время при получении Gmail. |
dateHeader | Внутреннее время сообщения на основе заголовка «Дата» в электронной почте, если оно действительно. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-06 UTC.
[null,null,["Последнее обновление: 2024-11-06 UTC."],[[["`receivedTime` represents the time a message arrives in Gmail, reflecting the internal system's timestamp."],["`dateHeader` uses the email's 'Date' header to record the message's time, offering the sender's perspective but subject to potential inaccuracies."]]],["The `receivedTime` enum represents the internal message date, which is set to the current time when a message is received by Gmail. The `dateHeader` enum signifies the internal message time as derived from the 'Date' header in the email itself, but only when that header is valid. These enums define how internal message timestamps are established within the Gmail system.\n"]]