| Modifier and Type | Method and Description |
|---|---|
MailboxList |
Message.getFrom()
Returns the value of the From header field of this message as
MailboxList object or null if it is not
present. |
MailboxList |
Message.Builder.getFrom()
Returns the value of the From header field of this message as
MailboxList object or null if it is not
present. |
private MailboxList |
Message.Builder.getMailboxList(java.lang.String fieldName) |
| Modifier and Type | Field and Description |
|---|---|
private MailboxList |
Group.mailboxList |
| Modifier and Type | Method and Description |
|---|---|
MailboxList |
AddressList.flatten()
Returns a flat list of all mailboxes represented in this address list.
|
MailboxList |
Group.getMailboxes()
Returns the mailboxes in this group.
|
| Constructor and Description |
|---|
Group(java.lang.String name,
MailboxList mailboxes) |
| Modifier and Type | Method and Description |
|---|---|
MailboxList |
MailboxListField.getMailboxList() |
| Modifier and Type | Field and Description |
|---|---|
private MailboxList |
MailboxListFieldLenientImpl.mailboxList |
private MailboxList |
MailboxListFieldImpl.mailboxList |
| Modifier and Type | Method and Description |
|---|---|
MailboxList |
MailboxListFieldLenientImpl.getMailboxList() |
MailboxList |
MailboxListFieldImpl.getMailboxList() |
| Modifier and Type | Method and Description |
|---|---|
private MailboxList |
Builder.buildGroupBody(ASTgroup_body node,
DecodeMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
MailboxList |
MessageBuilder.getFrom()
Deprecated.
|
MailboxList |
AbstractMessage.getFrom()
Returns the value of the From header field of this message as
MailboxList object or null if it is not
present. |
private MailboxList |
AbstractMessage.getMailboxList(java.lang.String fieldName) |