Uses of Class
javax.mail.internet.ParameterList
Packages that use ParameterList
Package
Description
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
Classes specific to Internet mail systems.
-
Uses of ParameterList in com.sun.mail.imap.protocol
Fields in com.sun.mail.imap.protocol declared as ParameterList -
Uses of ParameterList in javax.mail.internet
Methods in javax.mail.internet that return ParameterListModifier and TypeMethodDescriptionContentDisposition.getParameterList()
Return a ParameterList object that holds all the available parameters.ContentType.getParameterList()
Return a ParameterList object that holds all the available parameters.Methods in javax.mail.internet with parameters of type ParameterListModifier and TypeMethodDescriptionvoid
ContentDisposition.setParameterList
(ParameterList list) Set a new ParameterList.void
ContentType.setParameterList
(ParameterList list) Set a new ParameterList.Constructors in javax.mail.internet with parameters of type ParameterListModifierConstructorDescriptionContentDisposition
(String disposition, ParameterList list) Constructor.ContentType
(String primaryType, String subType, ParameterList list) Constructor.