Package | Description |
---|---|
org.apache.james.mime4j.dom | |
org.apache.james.mime4j.dom.field | |
org.apache.james.mime4j.field | |
org.apache.james.mime4j.field.address | |
org.apache.james.mime4j.message |
Modifier and Type | Method and Description |
---|---|
Message.Builder |
Message.Builder.setFrom(String... from)
Sets From header field of this message to the specified
mailbox addresses.
|
Message.Builder |
Message.Builder.setFrom(String from)
Sets From header field of this message to the specified
mailbox address.
|
Message.Builder |
Message.Builder.setSender(String sender)
Sets Sender header field of this message to the specified
mailbox address.
|
Message.Builder |
Message.Builder.setTo(String... to)
Sets To header field of this message to the specified
addresses.
|
Message.Builder |
Message.Builder.setTo(String to)
Sets To header field of this message to the specified
address.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
ParsedField.getParseException()
Returns the exception that was thrown by the field parser while parsing
the field value.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
AbstractField.getParseException() |
ParseException |
MimeVersionFieldImpl.getParseException() |
ParseException |
ContentLocationFieldImpl.getParseException() |
ParseException |
ContentLanguageFieldImpl.getParseException() |
Modifier and Type | Class and Description |
---|---|
class |
ParseException
This exception is thrown when parse errors are encountered.
|
Modifier and Type | Method and Description |
---|---|
MessageBuilder |
MessageBuilder.setFrom(String... from)
Deprecated.
|
MessageBuilder |
MessageBuilder.setFrom(String from)
Deprecated.
|
MessageBuilder |
MessageBuilder.setSender(String sender)
Deprecated.
|
MessageBuilder |
MessageBuilder.setTo(String... to)
Deprecated.
|
MessageBuilder |
MessageBuilder.setTo(String to)
Deprecated.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.