Documentation TYPO3 par Ameos |
Definition at line 190 of file class.t3lib_htmlmail.php.
|
[Describe function...]
Definition at line 1206 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1206 of file class.t3lib_htmlmail.php. Referenced by extractMediaLinks(). |
|
[Describe function...]
Definition at line 698 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 698 of file class.t3lib_htmlmail.php. Referenced by setContent(), and setHeaders(). |
|
[Describe function...]
Definition at line 709 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 709 of file class.t3lib_htmlmail.php. Referenced by constructAlternative(), constructHTML(), constructHTML_media(), constructMixed(), and setContent(). |
|
[Describe function...]
Definition at line 297 of file class.t3lib_htmlmail.php. References getExtendedURL(), and split_fileref(). |
|
[Describe function...]
Definition at line 297 of file class.t3lib_htmlmail.php. References getExtendedURL(), and split_fileref(). |
|
[Describe function...]
Definition at line 315 of file class.t3lib_htmlmail.php. References encodeMsg(), extractFramesInfo(), extractHyperLinks(), extractMediaLinks(), fetchHTML(), fetchHTMLMedia(), substHREFsInHTML(), and substMediaNamesInHTML(). |
|
[Describe function...]
Definition at line 315 of file class.t3lib_htmlmail.php. References encodeMsg(), extractFramesInfo(), extractHyperLinks(), extractMediaLinks(), fetchHTML(), fetchHTMLMedia(), substHREFsInHTML(), and substMediaNamesInHTML(). |
|
[Describe function...]
Definition at line 285 of file class.t3lib_htmlmail.php. References encodeMsg(), setPlain(), and substHTTPurlsInPlainText(). |
|
[Describe function...]
Definition at line 285 of file class.t3lib_htmlmail.php. References encodeMsg(), setPlain(), and substHTTPurlsInPlainText(). Referenced by tt_products_htmlmail::start(), and t3lib_formmail::start(). |
|
[Describe function...]
Definition at line 1120 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1120 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 548 of file class.t3lib_htmlmail.php. References add_message(), and getContent(). |
|
[Describe function...]
Definition at line 548 of file class.t3lib_htmlmail.php. References add_message(), and getContent(). Referenced by constructHTML(). |
|
[Describe function...]
Definition at line 525 of file class.t3lib_htmlmail.php. References add_message(), constructAlternative(), constructHTML_media(), and getBoundary(). |
|
[Describe function...]
Definition at line 525 of file class.t3lib_htmlmail.php. References add_message(), constructAlternative(), constructHTML_media(), and getBoundary(). Referenced by constructMixed(), and setContent(). |
|
[Describe function...]
Definition at line 569 of file class.t3lib_htmlmail.php. References add_message(), t3lib_div::inList(), and makeBase64(). |
|
[Describe function...]
Definition at line 569 of file class.t3lib_htmlmail.php. References add_message(), t3lib_div::inList(), and makeBase64(). Referenced by constructHTML(). |
|
[Describe function...]
Definition at line 486 of file class.t3lib_htmlmail.php. References add_message(), constructHTML(), getBoundary(), getContent(), getHTMLContentType(), and makeBase64(). |
|
[Describe function...]
Definition at line 486 of file class.t3lib_htmlmail.php. References add_message(), constructHTML(), getBoundary(), getContent(), getHTMLContentType(), and makeBase64(). Referenced by setContent(). |
|
[Describe function...]
Definition at line 1368 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1368 of file class.t3lib_htmlmail.php. Referenced by setHeaders(). |
|
[Describe function...]
Definition at line 275 of file class.t3lib_htmlmail.php. References makeBase64(), and quoted_printable(). |
|
[Describe function...]
Definition at line 275 of file class.t3lib_htmlmail.php. References makeBase64(), and quoted_printable(). Referenced by addHTML(), addPlain(), t3lib_dmailer::dmailer_sendAdvanced(), t3lib_dmailer::dmailer_sendSimple(), tt_products_htmlmail::start(), and t3lib_formmail::start(). |
|
[Describe function...]
Definition at line 1253 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1253 of file class.t3lib_htmlmail.php. Referenced by fetchHTML(). |
|
[Describe function...]
Definition at line 921 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 921 of file class.t3lib_htmlmail.php. Referenced by addHTML(). |
|
External used to extract HTML-parts
Definition at line 338 of file class.t3lib_htmlmail.php. |
|
External used to extract HTML-parts
Definition at line 338 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 872 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 872 of file class.t3lib_htmlmail.php. Referenced by addHTML(), and tt_products_htmlmail::start(). |
|
[Describe function...]
Definition at line 796 of file class.t3lib_htmlmail.php. References absRef(), get_tag_attributes(), and tag_regex(). |
|
[Describe function...]
Definition at line 796 of file class.t3lib_htmlmail.php. References absRef(), get_tag_attributes(), and tag_regex(). Referenced by addHTML(), and tt_products_htmlmail::start(). |
|
Definition at line 757 of file class.t3lib_htmlmail.php. References extParseUrl(), and getURL(). |
|
Definition at line 757 of file class.t3lib_htmlmail.php. References extParseUrl(), and getURL(). Referenced by addHTML(). |
|
[Describe function...]
Definition at line 775 of file class.t3lib_htmlmail.php. References getExtendedURL(). |
|
[Describe function...]
Definition at line 775 of file class.t3lib_htmlmail.php. References getExtendedURL(). Referenced by addHTML(), and tt_products_htmlmail::start(). |
|
[Describe function...]
Definition at line 1042 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1042 of file class.t3lib_htmlmail.php. |
|
analyses a HTML-tag $tag is either like this "<TAG OPTION ATTRIB=VALUE>" or this " OPTION ATTRIB=VALUE>" which means you can omit the tag-name returns an array with the attributes as keys in lower-case If an attribute is empty (like OPTION) the value of that key is just empty. Check it with is_set();
Definition at line 1290 of file class.t3lib_htmlmail.php. |
|
analyses a HTML-tag $tag is either like this "<TAG OPTION ATTRIB=VALUE>" or this " OPTION ATTRIB=VALUE>" which means you can omit the tag-name returns an array with the attributes as keys in lower-case If an attribute is empty (like OPTION) the value of that key is just empty. Check it with is_set();
Definition at line 1290 of file class.t3lib_htmlmail.php. Referenced by extractMediaLinks(). |
|
[Describe function...]
Definition at line 664 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 664 of file class.t3lib_htmlmail.php. Referenced by constructHTML(), constructMixed(), and setContent(). |
|
[Describe function...]
Definition at line 720 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 720 of file class.t3lib_htmlmail.php. Referenced by constructAlternative(), constructMixed(), and setContent(). |
|
[Describe function...]
Definition at line 1100 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1100 of file class.t3lib_htmlmail.php. Referenced by addAttachment(), and fetchHTMLMedia(). |
|
[Describe function...]
Definition at line 450 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 450 of file class.t3lib_htmlmail.php. Referenced by constructMixed(), and setContent(). |
|
[Describe function...]
Definition at line 1177 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1177 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1156 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1156 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1135 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1135 of file class.t3lib_htmlmail.php. Referenced by fetchHTML(). |
|
Definition at line 1089 of file class.t3lib_htmlmail.php. |
|
Definition at line 1089 of file class.t3lib_htmlmail.php. Referenced by constructHTML_media(), constructMixed(), and encodeMsg(). |
|
[Describe function...]
Definition at line 729 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 729 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1330 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1330 of file class.t3lib_htmlmail.php. Referenced by encodeMsg(), and t3lib_formmail::start(). |
|
[Describe function...]
Definition at line 349 of file class.t3lib_htmlmail.php. References $recipient, sendTheMail(), setContent(), and setHeaders(). |
|
[Describe function...]
Definition at line 349 of file class.t3lib_htmlmail.php. References $recipient, sendTheMail(), setContent(), and setHeaders(). |
|
[Describe function...]
Definition at line 602 of file class.t3lib_htmlmail.php. References $returnPath, and $theParts. |
|
[Describe function...]
Definition at line 602 of file class.t3lib_htmlmail.php. References $returnPath, and $theParts. Referenced by send(). |
|
[Describe function...]
Definition at line 459 of file class.t3lib_htmlmail.php. References add_header(), add_message(), constructHTML(), constructMixed(), getBoundary(), getContent(), and getHTMLContentType(). |
|
[Describe function...]
Definition at line 459 of file class.t3lib_htmlmail.php. References add_header(), add_message(), constructHTML(), constructMixed(), getBoundary(), getContent(), and getHTMLContentType(). Referenced by t3lib_dmailer::dmailer_sendAdvanced(), t3lib_dmailer::dmailer_sendSimple(), send(), tt_products_htmlmail::start(), and t3lib_formmail::start(). |
|
Definition at line 378 of file class.t3lib_htmlmail.php. References add_header(), and convertName(). |
|
Definition at line 378 of file class.t3lib_htmlmail.php. References add_header(), and convertName(). Referenced by t3lib_dmailer::dmailer_sendAdvanced(), t3lib_dmailer::dmailer_sendSimple(), send(), tt_products_htmlmail::start(), and t3lib_formmail::start(). |
|
[Describe function...]
Definition at line 687 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 687 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 676 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 676 of file class.t3lib_htmlmail.php. Referenced by addPlain(). |
|
[Describe function...]
Definition at line 432 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 432 of file class.t3lib_htmlmail.php. Referenced by t3lib_dmailer::dmailer_sendAdvanced(), t3lib_dmailer::dmailer_sendSimple(), tt_products_htmlmail::start(), and t3lib_formmail::start(). |
|
[Describe function...]
Definition at line 1226 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1226 of file class.t3lib_htmlmail.php. Referenced by addAttachment(). |
|
Definition at line 253 of file class.t3lib_htmlmail.php. |
|
Definition at line 253 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 974 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 974 of file class.t3lib_htmlmail.php. Referenced by addHTML(), and tt_products_htmlmail::start(). |
|
[Describe function...]
Definition at line 1002 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1002 of file class.t3lib_htmlmail.php. Referenced by addPlain(). |
|
[Describe function...]
Definition at line 947 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 947 of file class.t3lib_htmlmail.php. Referenced by addHTML(), and tt_products_htmlmail::start(). |
|
[Describe function...]
Definition at line 1268 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 1268 of file class.t3lib_htmlmail.php. Referenced by extractMediaLinks(). |
|
[Describe function...]
Definition at line 263 of file class.t3lib_htmlmail.php. |
|
[Describe function...]
Definition at line 263 of file class.t3lib_htmlmail.php. Referenced by t3lib_dmailer::dmailer_prepare(), t3lib_dmailer::dmailer_sendSimple(), and t3lib_formmail::start(). |