Interface Swift_Mime_HeaderSet
A collection of MIME headers.
- Swift_Mime_HeaderSet implements Swift_Mime_CharsetObserver
Direct known implementers
Swift_Mime_SimpleHeaderSet
Package: Swift\Mime
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
public
|
#
addMailboxHeader( string $name, array|string $addresses = null )
Add a new Mailbox Header with a list of $addresses. |
public
|
#
addDateHeader( string $name, integer $timestamp = null )
Add a new Date header using $timestamp (UNIX time). |
public
|
#
addTextHeader( string $name, string $value = null )
Add a new basic text header with $name and $value. |
public
|
#
addParameterizedHeader( string $name, string $value = null, array $params = array() )
Add a new ParameterizedHeader with $name, $value and $params. |
public
|
#
addIdHeader( string $name, string|array $ids = null )
Add a new ID header for Message-ID or Content-ID. |
public
|
#
addPathHeader( string $name, string $path = null )
Add a new Path header with an address (path) in it. |
public
boolean
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setAlwaysDisplayed( array $names )
Set a list of header names which must always be displayed when set. |
public
string
|
charsetChanged()
|