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

Method replyHeader

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

Generates a header that could be used for a reply message.

(boolean replyAll, List<Address> excludedRecipients)

Source from the content-addressed store, hash-verified

105
106 /** Generates a header that could be used for a reply message. */
107 public native MessageHeader replyHeader(boolean replyAll, List<Address> excludedRecipients);
108 /** Generates a header that could be used as a base for a forwarded message. */
109 public native MessageHeader forwardHeader();
110

Calls

no outgoing calls

Tested by

no test coverage detected