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

Method MessageHeader

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

Constuctor.

()

Source from the content-addressed store, hash-verified

8
9 /** Constuctor. */
10 public MessageHeader() {
11 setupNative();
12 }
13
14 /** The constructor will parse the data encoded using RFC 822 and initializes
15 the content using those data. */

Callers

nothing calls this directly

Calls 2

setupNativeMethod · 0.95
importHeadersDataMethod · 0.95

Tested by

no test coverage detected