Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /home/mitarbeiter/sven/public_html/tmp/devcon_php_base/net/email/rfc2110.inc.php
dev/con php base - Network functions

/home/mitarbeiter/sven/public_html/tmp/devcon_php_base/net/email/rfc2110.inc.php::rfc2110

RFC 2110 "MIME E-mail Encapsulation of Aggregate Documents, such as HTML"

 

public module rfc2110

RFC 2110 "MIME E-mail Encapsulation of Aggregate Documents, such as HTML"
compliant mail attachment creation.

 

Public Method Summary

string

rfc2110_boundary()

Common boundary string.
string

rfc2110_header( $fromemail)

Create multipart header extension.
string

rfc2110_tail()

End of message body.
string

rfc2110_attachment(string $content, string $type, [ integer $encoding, integer $contentid ])

Create attachment
string

rfc2110_file(string $filename, string $type)

Create base64 encoded file attachment

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



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta