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

Method getFileName

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

Get the filename associated with this part, if possible. Useful if this part represents an "attachment" that was loaded from a file. The filename will usually be a simple name, not including directory components. @return Filename to associate with this part @exception MessagingException for failur

()

Source from the content-addressed store, hash-verified

214 * @exception MessagingException for failures
215 */
216 public String getFileName() throws MessagingException;
217
218 /**
219 * Set the filename associated with this part, if possible.

Callers 8

deletePartMethod · 0.95
getHtmlMethod · 0.65
getMessagePartsMethod · 0.65
getFileNameMethod · 0.65
writeLogRecords0Method · 0.65
appendFileName0Method · 0.65
getNameMethod · 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