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

Method getContentType

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

Returns the Content-Type of the content of this part. Returns null if the Content-Type could not be determined. The MIME typing system is used to name Content-types. @return The ContentType of this part @exception MessagingException for failures @see javax.activation.DataHandler

()

Source from the content-addressed store, hash-verified

112 * @see javax.activation.DataHandler
113 */
114 public String getContentType() throws MessagingException;
115
116 /**
117 * Is this Part of the specified MIME type? This method

Callers 15

deletePartMethod · 0.95
channelToJSONMethod · 0.65
getReportHeadersMethod · 0.65
getHtmlMethod · 0.65
decodeEncryptedMethod · 0.65
getMessagePartsMethod · 0.65
isMimeTypeMethod · 0.65
_ensureMessageMethod · 0.65
getStructureMethod · 0.65
getContentTypeMethod · 0.65
getContentMethod · 0.65
convertTo8BitMethod · 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