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

Method setDate

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

Sets Date.

(Date date)

Source from the content-addressed store, hash-verified

40 public native Date date();
41 /** Sets Date. */
42 public native void setDate(Date date);
43
44 /** Sets the received date (it's not part of the RFC 822 headers). */
45 public native Date receivedDate();

Calls

no outgoing calls

Tested by

no test coverage detected