Uses of Class
com.openexchange.mail.mime.ParameterizedHeader

Packages that use ParameterizedHeader
com.openexchange.mail.mime   
 

Uses of ParameterizedHeader in com.openexchange.mail.mime
 

Subclasses of ParameterizedHeader in com.openexchange.mail.mime
 class ContentDisposition
          ContentDisposition
 class ContentType
          ContentType.UnmodifiableContentType - Parses value of MIME header Content-Type
static class ContentType.UnmodifiableContentType
          ContentType.UnmodifiableContentType - An unmodifiable content type.
 

Methods in com.openexchange.mail.mime with parameters of type ParameterizedHeader
 int ParameterizedHeader.compareTo(ParameterizedHeader other)
           
 int ContentType.compareTo(ParameterizedHeader other)
           
 int ContentType.UnmodifiableContentType.compareTo(ParameterizedHeader other)
           
 int ContentDisposition.compareTo(ParameterizedHeader other)