Package | Description |
---|---|
com.sun.mail.imap.protocol | |
javax.mail.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Field and Description |
---|---|
ParameterList |
BODYSTRUCTURE.cParams |
ParameterList |
BODYSTRUCTURE.dParams |
Modifier and Type | Method and Description |
---|---|
ParameterList |
ContentType.getParameterList()
Return a ParameterList object that holds all the available
parameters.
|
ParameterList |
ContentDisposition.getParameterList()
Return a ParameterList object that holds all the available
parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentType.setParameterList(ParameterList list)
Set a new ParameterList.
|
void |
ContentDisposition.setParameterList(ParameterList list)
Set a new ParameterList.
|
Constructor and Description |
---|
ContentDisposition(String disposition,
ParameterList list)
Constructor.
|
ContentType(String primaryType,
String subType,
ParameterList list)
Constructor.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.