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

Method setText

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

A convenience method that sets the given String as this part's content with a MIME type of "text/plain". @param text The text that is the Message's content. @exception IllegalWriteException if the underlying implementation does not support modification of existing values @exception Illegal

(String text)

Source from the content-addressed store, hash-verified

327 * @exception MessagingException for other failures
328 */
329 public void setText(String text) throws MessagingException;
330
331 /**
332 * This method sets the given Multipart object as this message's

Callers 15

setLightnessMethod · 0.65
setAlphaValueMethod · 0.65
setColorTextMethod · 0.65
buildMethod · 0.65
onCreateDialogMethod · 0.65
bindToMethod · 0.65
onClickMethod · 0.65
onCreateViewMethod · 0.65
onNoAccountSelectedMethod · 0.65
runMethod · 0.65
onAccountSelectedMethod · 0.65
onExceptionMethod · 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