Package | Description |
---|---|
org.apache.james.mime4j.dom | |
org.apache.james.mime4j.internal | |
org.apache.james.mime4j.message | |
org.apache.james.mime4j.storage |
Modifier and Type | Method and Description |
---|---|
Message.Builder |
Message.Builder.setBody(TextBody textBody) |
Modifier and Type | Method and Description |
---|---|
AbstractEntityBuilder |
AbstractEntityBuilder.setBody(TextBody textBody)
Sets body of this message.
|
Modifier and Type | Method and Description |
---|---|
TextBody |
SingleBodyBuilder.buildText() |
TextBody |
BasicBodyFactory.textBody(byte[] content,
Charset charset) |
TextBody |
BasicBodyFactory.textBody(InputStream content,
String mimeCharset) |
TextBody |
BodyFactory.textBody(InputStream is,
String mimeCharset)
Creates a
TextBody that holds the content of the given input
stream. |
TextBody |
BasicBodyFactory.textBody(String text) |
TextBody |
BasicBodyFactory.textBody(String text,
Charset charset) |
TextBody |
BasicBodyFactory.textBody(String text,
String mimeCharset) |
Modifier and Type | Method and Description |
---|---|
MessageBuilder |
MessageBuilder.setBody(TextBody textBody)
Deprecated.
|
BodyPartBuilder |
BodyPartBuilder.setBody(TextBody textBody) |
Modifier and Type | Method and Description |
---|---|
TextBody |
StorageBodyFactory.textBody(InputStream is)
Creates a
TextBody that holds the content of the given input
stream. |
TextBody |
StorageBodyFactory.textBody(InputStream is,
String mimeCharset)
Creates a
TextBody that holds the content of the given input
stream. |
TextBody |
StorageBodyFactory.textBody(Storage storage)
|
TextBody |
StorageBodyFactory.textBody(Storage storage,
String mimeCharset)
|
TextBody |
StorageBodyFactory.textBody(String text)
Creates a
TextBody that holds the content of the given string. |
TextBody |
StorageBodyFactory.textBody(String text,
String mimeCharset)
Creates a
TextBody that holds the content of the given string. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.