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

Method partForPartID

src/java/com/libmailcore/IMAPMessage.java:88–88  ·  view source on GitHub ↗

Returns the MIME part with the given partID. @see com.libmailcore.IMAPPart#partID() @see com.libmailcore.IMAPMessagePart#partID() @see com.libmailcore.IMAPMultipart#partID()

(String partID)

Source from the content-addressed store, hash-verified

86 @see com.libmailcore.IMAPMultipart#partID()
87 */
88 public native AbstractPart partForPartID(String partID);
89
90 /**
91 Returns the HTML rendering of the message.

Calls

no outgoing calls

Tested by

no test coverage detected