README
Todo List
Swift_Mime_CharsetObserver | --Swift_Mime_HeaderSet
void addDateHeader( string $name, [int $timestamp = null])
void addIdHeader( string $name, [string|array $ids = null])
void addMailboxHeader( string $name, [array|string $addresses = null])
void addParameterizedHeader( string $name, [string $value = null], [array $params = array()])
void addPathHeader( string $name, [string $path = null])
void addTextHeader( string $name, [string $value = null])
void defineOrdering( $sequence)
These Headers will be output in the given order where present.
Swift_Mime_Header get( string $name, [int $index = 0])
If multiple headers match, the actual one may be specified by $index. Returns NULL if none present.
array getAll( [string $name = null])
boolean has( string $name, [int $index = 0])
If multiple headers match, the actual one may be specified by $index.
Swift_Mime_HeaderSet newInstance( )
void remove( string $name, [int $index = 0])
void removeAll( string $name)
void set( Swift_Mime_Header $header, [int $index = 0])
The header may be a previously fetched header via get() or it may be one that has been created separately.
If $index is specified, the header will be inserted into the set at this offset.
void setAlwaysDisplayed( $names)
Usually headers without a field value won't be output unless set here.
string toString( )