Class ContentDisposition

Superclasses :
util::Error
Package :
mail

This class represents a content type

Source

Class summary
Methods inherited from util::Error
error(a) get_reason()
Variables inherited from util::Error
reason
Methods defined in this class
get_type() get_unqouted_parameter(key) get_unquoted_parameter(key) initially() parse(s) set_parameter(key, value) set_type(t) to_rfc1521()
Variables defined in this class
parameters type

Method detail

get_type()

Get the type
Source

get_unqouted_parameter(key)

Get the parameter for the given key.
Parameters :
key - the key
Source

get_unquoted_parameter(key)

Get the parameter for the given key. If the parameter is quoted, then the quotes are removed.
Parameters :
key - the key
Source

initially()


parse(s)

Source

set_parameter(key, value)

Set the parameter to the given value
Parameters :
key - the key
value - the value
Source

set_type(t)

Set type type
Source

to_rfc1521()

Source

Variable detail

parameters


type