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

Method setParent

app/src/main/java/javax/mail/Multipart.java:257–259  ·  view source on GitHub ↗

Set the parent of this Multipart to be the specified Part . Normally called by the Message or BodyPart setContent(Multipart) method. parent may be null if the Multipart is being removed from its c

(Part parent)

Source from the content-addressed store, hash-verified

255 * @since JavaMail 1.1
256 */
257 public synchronized void setParent(Part parent) {
258 this.parent = parent;
259 }
260}

Callers 5

removeBodyPartMethod · 0.45
addBodyPartMethod · 0.45
setContentMethod · 0.45
MimeMultipartMethod · 0.45
setContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected