열거형 | |
---|---|
receivedTime |
Gmail에서 메일을 수신하는 경우 현재 시간으로 설정된 내부 메일 날짜 |
dateHeader |
이메일의 '날짜' 헤더를 기준으로 한 내부 메시지 시간(유효한 경우) |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-05(UTC)
[null,null,["최종 업데이트: 2024-09-05(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"]]