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

Method getDisposition

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

Return the disposition of this part. The disposition describes how the part should be presented to the user. (See RFC 2183.) The return value should be considered without regard to case. For example: String disp = part.getDisposition(); if (disp == null || disp.equalsIgnoreCase(

()

Source from the content-addressed store, hash-verified

165 * @see #getFileName
166 */
167 public String getDisposition() throws MessagingException;
168
169 /**
170 * Set the disposition of this part.

Callers 3

deletePartMethod · 0.95
getMessagePartsMethod · 0.65
getDispositionMethod · 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