Méthode | Description | |
---|---|---|
ParseContentDisposition ( String headerValue ) : |
Parses a the value for the header Content-Disposition to a ContentDisposition object.
|
|
ParseContentTransferEncoding ( String headerValue ) : ContentTransferEncoding |
Parses the Content-Transfer-Encoding header.
|
|
ParseContentType ( String headerValue ) : |
Parses a the value for the header Content-Type to a ContentType object.
|
|
ParseId ( String headerValue ) : String |
Parses an ID like Message-Id and Content-Id.
|
|
ParseImportance ( String headerValue ) : MailPriority |
Parses an ImportanceType from a given Importance header value.
|
|
ParseMultipleIDs ( String headerValue ) : List |
Parses multiple IDs from a single String like In-Reply-To.
|
public static ParseContentDisposition ( String headerValue ) : |
||
headerValue | String | The value to be parsed |
Résultat |
public static ParseContentTransferEncoding ( String headerValue ) : ContentTransferEncoding | ||
headerValue | String | The value for the header to be parsed |
Résultat | ContentTransferEncoding |
public static ParseContentType ( String headerValue ) : |
||
headerValue | String | The value to be parsed |
Résultat |
public static ParseId ( String headerValue ) : String | ||
headerValue | String | The id to parse |
Résultat | String |
public static ParseImportance ( String headerValue ) : MailPriority | ||
headerValue | String | The value to be parsed |
Résultat | MailPriority |
public static ParseMultipleIDs ( String headerValue ) : List |
||
headerValue | String | The value to parse |
Résultat | List |