Inheritance diagram for Fdl_Mail_mime:
Collaboration diagram for Fdl_Mail_mime:Public Member Functions | |
| addAttachment ($file, $c_type= 'application/octet-stream', $name= '', $isfilename=true, $encoding= 'base64', $cid= '', $charset="UTF-8", $language= '', $location= '', $n_encoding=null, $f_encoding=null, $description= '') | |
| addAttachmentInline ($file, $c_type= 'application/octet-stream', $name= '', $isfilename=true, $encoding= 'base64', $cid= '', $charset="UTF-8") | |
| & | _addAttachmentPart (&$obj, $value) |
| __construct ($crlf="\r\n") | |
redefine class to add explicit CID
Definition at line 10 of file Class.Fdl_Mail_Mime.php.
| __construct | ( | $crlf = "\r\n" | ) |
Definition at line 121 of file Class.Fdl_Mail_Mime.php.
| & _addAttachmentPart | ( | & | $obj, |
| $value | |||
| ) |
Adds an attachment subpart to a mimePart object and returns it during the build process.
| Fdl_Mail_mimePart | $obj | The mimePart to add the image to |
| array | $value | The attachment information |
Definition at line 89 of file Class.Fdl_Mail_Mime.php.
| addAttachment | ( | $file, | |
$c_type = 'application/octet-stream', |
|||
$name = '', |
|||
$isfilename = true, |
|||
$encoding = 'base64', |
|||
$cid = '', |
|||
$charset = "UTF-8", |
|||
$language = '', |
|||
$location = '', |
|||
$n_encoding = null, |
|||
$f_encoding = null, |
|||
$description = '' |
|||
| ) |
Adds a file to the list of attachments.
| string | $file | The file name of the file to attach OR the file data itself |
| string | $c_type | The content type |
| string | $name | The filename of the attachment Only use if $file is the file data |
| bool | $isFilename | Whether $file is a filename or not Defaults to true |
Definition at line 27 of file Class.Fdl_Mail_Mime.php.
| addAttachmentInline | ( | $file, | |
$c_type = 'application/octet-stream', |
|||
$name = '', |
|||
$isfilename = true, |
|||
$encoding = 'base64', |
|||
$cid = '', |
|||
$charset = "UTF-8" |
|||
| ) |
Definition at line 53 of file Class.Fdl_Mail_Mime.php.