MCPcopy Create free account
hub / github.com/M66B/FairEmail / getParent

Method getParent

app/src/main/java/javax/mail/BodyPart.java:45–47  ·  view source on GitHub ↗

Return the containing Multipart object, or null if not known. @return the parent Multipart

()

Source from the content-addressed store, hash-verified

43 * @return the parent Multipart
44 */
45 public Multipart getParent() {
46 return parent;
47 }
48
49 /**
50 * Set the parent of this <code>BodyPart</code> to be the specified

Callers 1

getMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected