MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / receivedDate

Method receivedDate

src/java/com/libmailcore/MessageHeader.java:45–45  ·  view source on GitHub ↗

Sets the received date (it's not part of the RFC 822 headers).

()

Source from the content-addressed store, hash-verified

43
44 /** Sets the received date (it's not part of the RFC 822 headers). */
45 public native Date receivedDate();
46 /** Returns the received date (it's not part of the RFC 822 headers). */
47 public native void setReceivedDate(Date date);
48

Calls

no outgoing calls

Tested by

no test coverage detected