| Package | Description |
|---|---|
| org.apache.james.mime4j.field | |
| org.apache.james.mime4j.message |
| Modifier and Type | Class and Description |
|---|---|
class |
MailboxFieldImpl
Mailbox field such as
Sender or Resent-Sender. |
class |
MailboxFieldLenientImpl
Mailbox field such as
Sender or Resent-Sender. |
| Modifier and Type | Field and Description |
|---|---|
static FieldParser<MailboxField> |
MailboxFieldLenientImpl.PARSER |
static FieldParser<MailboxField> |
MailboxFieldImpl.PARSER |
| Modifier and Type | Method and Description |
|---|---|
static MailboxField |
Fields.mailbox(String fieldName,
Mailbox mailbox)
Creates a mailbox field from the specified field name and mailbox
address.
|
static MailboxField |
Fields.sender(Mailbox mailbox)
Creates a Sender field for the specified mailbox address.
|
| Modifier and Type | Method and Description |
|---|---|
protected MailboxField |
MessageImpl.newMailbox(String fieldName,
Mailbox mailbox) |
protected abstract MailboxField |
AbstractMessage.newMailbox(String fieldName,
Mailbox mailbox) |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.