Public Method Details |
rfc2110_boundary |
public string rfc2110_boundary( )
|
|
Common boundary string.
|
Returns |
string |
|
rfc2110_header |
public string rfc2110_header( $fromemail )
|
|
Create multipart header extension.
|
Parameter |
|
|
$fromemail |
|
|
Warning: documentation is missing. |
|
Returns |
string |
|
rfc2110_tail |
public string rfc2110_tail( )
|
|
End of message body.
|
Returns |
string |
|
rfc2110_attachment |
public string rfc2110_attachment( string $content, string $type, [ integer $encoding, integer $contentid ] )
|
|
Create attachment
|
Parameter |
|
string |
$content |
|
|
Data to attach. |
|
|
string |
$type |
|
|
MIME type of the data. |
|
|
integer |
$encoding |
= >>0<< |
|
Encoding type. |
|
|
integer |
$contentid |
= >>0<< |
|
Content-ID |
|
Returns |
string |
|
rfc2110_file |
public string rfc2110_file( string $filename, string $type )
|
|
Create base64 encoded file attachment
|
Parameter |
|
string |
$filename |
|
|
Path to file. |
|
|
string |
$type |
|
|
MIME type of file. |
|
Returns |
string |
|