Documentation TYPO3 par Ameos |
Public Member Functions | |
find_MIDfromReturnPath ($to) | |
find_XTypo3MID ($content) | |
getMessage ($mailParts) | |
getTextContent ($content) | |
getMailBoundaryParts ($boundary, $content) | |
getCType ($str) | |
analyseReturnError ($c) | |
decodeHeaderString ($str) | |
extractNameEmail ($str) | |
getContentTypeData ($contentTypeStr) | |
makeUnixDate ($dateStr) | |
getGMToffset ($GMT) | |
extractMailHeader ($content, $limit=0) | |
fullParse ($content) | |
find_MIDfromReturnPath ($to) | |
find_XTypo3MID ($content) | |
getMessage ($mailParts) | |
getTextContent ($content) | |
getMailBoundaryParts ($boundary, $content) | |
getCType ($str) | |
analyseReturnError ($c) | |
decodeHeaderString ($str) | |
extractNameEmail ($str) | |
getContentTypeData ($contentTypeStr) | |
makeUnixDate ($dateStr) | |
getGMToffset ($GMT) | |
extractMailHeader ($content, $limit=0) | |
fullParse ($content) | |
Public Attributes | |
$dateAbbrevs | |
$serverGMToffsetMinutes = 60 |
Definition at line 87 of file class.t3lib_readmail.php.
|
Analyses the return-mail content for the Dmailer module - used to find what reason there was for rejecting the mail Used by the Dmailer, but not exclusively.
Definition at line 271 of file class.t3lib_readmail.php. |
|
Analyses the return-mail content for the Dmailer module - used to find what reason there was for rejecting the mail Used by the Dmailer, but not exclusively.
Definition at line 271 of file class.t3lib_readmail.php. |
|
Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.
Definition at line 326 of file class.t3lib_readmail.php. |
|
Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.
Definition at line 326 of file class.t3lib_readmail.php. |
|
This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field
Definition at line 443 of file class.t3lib_readmail.php. |
|
This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field
Definition at line 443 of file class.t3lib_readmail.php. Referenced by getTextContent(). |
|
Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.
Definition at line 354 of file class.t3lib_readmail.php. References t3lib_div::validEmail(). |
|
Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.
Definition at line 354 of file class.t3lib_readmail.php. References t3lib_div::validEmail(). |
|
Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)
Definition at line 122 of file class.t3lib_readmail.php. |
|
Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)
Definition at line 122 of file class.t3lib_readmail.php. |
|
Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)
Definition at line 142 of file class.t3lib_readmail.php. References t3lib_div::trimExplode(). |
|
Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)
Definition at line 142 of file class.t3lib_readmail.php. References t3lib_div::trimExplode(). |
|
The extended version of the extractMailHeader() which will also parse all the content body into an array and further process the header fields and decode content etc. Returns every part of the mail ready to go.
Definition at line 474 of file class.t3lib_readmail.php. |
|
The extended version of the extractMailHeader() which will also parse all the content body into an array and further process the header fields and decode content etc. Returns every part of the mail ready to go.
Definition at line 474 of file class.t3lib_readmail.php. |
|
Returns the data from the 'content-type' field. That is the boundary, charset and mime-type
Definition at line 383 of file class.t3lib_readmail.php. |
|
Returns the data from the 'content-type' field. That is the boundary, charset and mime-type
Definition at line 383 of file class.t3lib_readmail.php. |
|
Returns Content Type plus more. Obsolete, use fullParse()
Definition at line 248 of file class.t3lib_readmail.php. |
|
Returns Content Type plus more. Obsolete, use fullParse()
Definition at line 248 of file class.t3lib_readmail.php. Referenced by getMessage(). |
|
Parsing the GMT offset value from a mail timestamp.
Definition at line 429 of file class.t3lib_readmail.php. |
|
Parsing the GMT offset value from a mail timestamp.
Definition at line 429 of file class.t3lib_readmail.php. |
|
Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()
Definition at line 228 of file class.t3lib_readmail.php. |
|
Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()
Definition at line 228 of file class.t3lib_readmail.php. Referenced by getMessage(). |
|
Returns the text content of a mail which has previously been parsed by eg. extractMailHeader() Probably obsolete since the function fullParse() is more advanced and safer to use.
Definition at line 188 of file class.t3lib_readmail.php. References getCType(), getMailBoundaryParts(), and getTextContent(). |
|
Returns the text content of a mail which has previously been parsed by eg. extractMailHeader() Probably obsolete since the function fullParse() is more advanced and safer to use.
Definition at line 188 of file class.t3lib_readmail.php. References getCType(), getMailBoundaryParts(), and getTextContent(). |
|
Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.
Definition at line 213 of file class.t3lib_readmail.php. References extractMailHeader(). |
|
Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.
Definition at line 213 of file class.t3lib_readmail.php. References extractMailHeader(). Referenced by getMessage(). |
|
Makes a UNIX-date based on the timestamp in the 'Date' header field.
Definition at line 406 of file class.t3lib_readmail.php. |
|
Makes a UNIX-date based on the timestamp in the 'Date' header field.
Definition at line 406 of file class.t3lib_readmail.php. |
|
Initial value: array( 'JAN' => 1, 'FEB' => 2, 'MAR' => 3, 'APR' => 4, 'MAY' => 5, 'JUN' => 6, 'JUL' => 7, 'AUG' => 8, 'SEP' => 9, 'OCT' => 10, 'NOV' => 11, 'DEC' => 12 ) Definition at line 88 of file class.t3lib_readmail.php. |