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

Method partForUniqueID

src/java/com/libmailcore/AbstractPart.java:70–70  ·  view source on GitHub ↗

Returns the MIME part with the given uniqueID. @see com.libmailcore.AbstractPart#uniqueID()

(String uniqueID)

Source from the content-addressed store, hash-verified

68 @see com.libmailcore.AbstractPart#uniqueID()
69 */
70 public native AbstractPart partForUniqueID(String uniqueID);
71
72 /** Sets a Content-Type parameter. */
73 public native void setContentTypeParameter(String name, String value);

Calls

no outgoing calls

Tested by

no test coverage detected