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

Method getContent

app/src/main/java/javax/mail/Part.java:281–281  ·  view source on GitHub ↗

Return the content as a Java object. The type of the returned object is of course dependent on the content itself. For example, the object returned for "text/plain" content is usually a String object. The object returned for a "multipart" content is always a Multipart subclass. For content-types tha

()

Source from the content-addressed store, hash-verified

279 * @see javax.activation.DataHandler#getContent
280 */
281 public Object getContent() throws IOException, MessagingException;
282
283 /**
284 * This method provides the mechanism to set this part's content.

Callers 15

getMethod · 0.65
onExecuteMethod · 0.65
onExecuteMethod · 0.65
decodeMessageMethod · 0.65
deletePartMethod · 0.65
readCACertificatesMethod · 0.65
generateMethod · 0.65
completeChatMethod · 0.65
getSummaryTextMethod · 0.65
getHtmlMethod · 0.65
getReportMethod · 0.65

Implementers 4

MimeBodyPartapp/src/main/java/javax/mail/internet/
MimeMessageapp/src/main/java/javax/mail/internet/
Messageapp/src/main/java/javax/mail/Message.j
BodyPartapp/src/main/java/javax/mail/BodyPart.

Calls

no outgoing calls

Tested by

no test coverage detected