Riferimenti per la classe t3lib_readmail

Lista di tutti i membri.

Membri pubblici

 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)
 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)
 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)

Attributi pubblici

 $dateAbbrevs
 $serverGMToffsetMinutes = 60

Descrizione Dettagliata

Definizione alla linea 87 del file class.t3lib_readmail.php.


Documentazione delle funzioni membro

t3lib_readmail::analyseReturnError c  ) 
 

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.

Parametri:
string message body/text
Restituisce:
array key/value pairs with analysis result. Eg. "reason", "content", "reason_text", "mailserver" etc.

Definizione alla linea 271 del file class.t3lib_readmail.php.

Riferimenti $parts, e a.

t3lib_readmail::analyseReturnError c  ) 
 

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.

Parametri:
string message body/text
Restituisce:
array key/value pairs with analysis result. Eg. "reason", "content", "reason_text", "mailserver" etc.

Definizione alla linea 271 del file class.t3lib_readmail.php.

Riferimenti $parts, e a.

t3lib_readmail::analyseReturnError c  ) 
 

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.

Parametri:
string message body/text
Restituisce:
array key/value pairs with analysis result. Eg. "reason", "content", "reason_text", "mailserver" etc.

Definizione alla linea 271 del file class.t3lib_readmail.php.

Riferimenti $parts, e a.

t3lib_readmail::analyseReturnError c  ) 
 

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.

Parametri:
string message body/text
Restituisce:
array key/value pairs with analysis result. Eg. "reason", "content", "reason_text", "mailserver" etc.

Definizione alla linea 271 del file class.t3lib_readmail.php.

Riferimenti $parts, e a.

t3lib_readmail::analyseReturnError c  ) 
 

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.

Parametri:
string message body/text
Restituisce:
array key/value pairs with analysis result. Eg. "reason", "content", "reason_text", "mailserver" etc.

Definizione alla linea 271 del file class.t3lib_readmail.php.

Riferimenti $parts, e a.

t3lib_readmail::analyseReturnError c  ) 
 

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.

Parametri:
string message body/text
Restituisce:
array key/value pairs with analysis result. Eg. "reason", "content", "reason_text", "mailserver" etc.

Definizione alla linea 271 del file class.t3lib_readmail.php.

Riferimenti $parts, e a.

t3lib_readmail::decodeHeaderString str  ) 
 

Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.

Parametri:
string A string (encoded or not) from a mail header, like sender name etc.
Restituisce:
string The input string, but with the parts in =?....?= decoded.

Definizione alla linea 326 del file class.t3lib_readmail.php.

Riferimenti $charset, e $parts.

t3lib_readmail::decodeHeaderString str  ) 
 

Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.

Parametri:
string A string (encoded or not) from a mail header, like sender name etc.
Restituisce:
string The input string, but with the parts in =?....?= decoded.

Definizione alla linea 326 del file class.t3lib_readmail.php.

Riferimenti $charset, e $parts.

t3lib_readmail::decodeHeaderString str  ) 
 

Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.

Parametri:
string A string (encoded or not) from a mail header, like sender name etc.
Restituisce:
string The input string, but with the parts in =?....?= decoded.

Definizione alla linea 326 del file class.t3lib_readmail.php.

Riferimenti $charset, e $parts.

t3lib_readmail::decodeHeaderString str  ) 
 

Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.

Parametri:
string A string (encoded or not) from a mail header, like sender name etc.
Restituisce:
string The input string, but with the parts in =?....?= decoded.

Definizione alla linea 326 del file class.t3lib_readmail.php.

Riferimenti $charset, e $parts.

t3lib_readmail::decodeHeaderString str  ) 
 

Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.

Parametri:
string A string (encoded or not) from a mail header, like sender name etc.
Restituisce:
string The input string, but with the parts in =?....?= decoded.

Definizione alla linea 326 del file class.t3lib_readmail.php.

Riferimenti $charset, e $parts.

t3lib_readmail::decodeHeaderString str  ) 
 

Decodes a header-string with the =?....?= syntax including base64/quoted-printable encoding.

Parametri:
string A string (encoded or not) from a mail header, like sender name etc.
Restituisce:
string The input string, but with the parts in =?....?= decoded.

Definizione alla linea 326 del file class.t3lib_readmail.php.

Riferimenti $charset, e $parts.

t3lib_readmail::extractMailHeader content,
limit = 0
 

This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field

Parametri:
string Raw mail content
integer A safety limit that will put a upper length to how many header chars will be processed. Set to zero means that there is no limit. (Uses a simple substr() to limit the amount of mail data to process to avoid run-away)
Restituisce:
array An array where each key/value pair is a header-key/value pair. The mail BODY is returned in the key 'CONTENT' if $limit is not set!

Definizione alla linea 443 del file class.t3lib_readmail.php.

t3lib_readmail::extractMailHeader content,
limit = 0
 

This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field

Parametri:
string Raw mail content
integer A safety limit that will put a upper length to how many header chars will be processed. Set to zero means that there is no limit. (Uses a simple substr() to limit the amount of mail data to process to avoid run-away)
Restituisce:
array An array where each key/value pair is a header-key/value pair. The mail BODY is returned in the key 'CONTENT' if $limit is not set!

Definizione alla linea 443 del file class.t3lib_readmail.php.

t3lib_readmail::extractMailHeader content,
limit = 0
 

This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field

Parametri:
string Raw mail content
integer A safety limit that will put a upper length to how many header chars will be processed. Set to zero means that there is no limit. (Uses a simple substr() to limit the amount of mail data to process to avoid run-away)
Restituisce:
array An array where each key/value pair is a header-key/value pair. The mail BODY is returned in the key 'CONTENT' if $limit is not set!

Definizione alla linea 443 del file class.t3lib_readmail.php.

t3lib_readmail::extractMailHeader content,
limit = 0
 

This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field

Parametri:
string Raw mail content
integer A safety limit that will put a upper length to how many header chars will be processed. Set to zero means that there is no limit. (Uses a simple substr() to limit the amount of mail data to process to avoid run-away)
Restituisce:
array An array where each key/value pair is a header-key/value pair. The mail BODY is returned in the key 'CONTENT' if $limit is not set!

Definizione alla linea 443 del file class.t3lib_readmail.php.

t3lib_readmail::extractMailHeader content,
limit = 0
 

This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field

Parametri:
string Raw mail content
integer A safety limit that will put a upper length to how many header chars will be processed. Set to zero means that there is no limit. (Uses a simple substr() to limit the amount of mail data to process to avoid run-away)
Restituisce:
array An array where each key/value pair is a header-key/value pair. The mail BODY is returned in the key 'CONTENT' if $limit is not set!

Definizione alla linea 443 del file class.t3lib_readmail.php.

t3lib_readmail::extractMailHeader content,
limit = 0
 

This returns the mail header items in an array with associative keys and the mail body part in another CONTENT field

Parametri:
string Raw mail content
integer A safety limit that will put a upper length to how many header chars will be processed. Set to zero means that there is no limit. (Uses a simple substr() to limit the amount of mail data to process to avoid run-away)
Restituisce:
array An array where each key/value pair is a header-key/value pair. The mail BODY is returned in the key 'CONTENT' if $limit is not set!

Definizione alla linea 443 del file class.t3lib_readmail.php.

Referenziato da getTextContent().

t3lib_readmail::extractNameEmail str  ) 
 

Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.

Parametri:
string Value from a header field containing name/email values.
Restituisce:
array Array with the name and email in. Email is validated, otherwise not set.

Definizione alla linea 354 del file class.t3lib_readmail.php.

Riferimenti t3lib_div::validEmail().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::extractNameEmail str  ) 
 

Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.

Parametri:
string Value from a header field containing name/email values.
Restituisce:
array Array with the name and email in. Email is validated, otherwise not set.

Definizione alla linea 354 del file class.t3lib_readmail.php.

Riferimenti t3lib_div::validEmail().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::extractNameEmail str  ) 
 

Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.

Parametri:
string Value from a header field containing name/email values.
Restituisce:
array Array with the name and email in. Email is validated, otherwise not set.

Definizione alla linea 354 del file class.t3lib_readmail.php.

Riferimenti t3lib_div::validEmail().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::extractNameEmail str  ) 
 

Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.

Parametri:
string Value from a header field containing name/email values.
Restituisce:
array Array with the name and email in. Email is validated, otherwise not set.

Definizione alla linea 354 del file class.t3lib_readmail.php.

Riferimenti t3lib_div::validEmail().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::extractNameEmail str  ) 
 

Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.

Parametri:
string Value from a header field containing name/email values.
Restituisce:
array Array with the name and email in. Email is validated, otherwise not set.

Definizione alla linea 354 del file class.t3lib_readmail.php.

Riferimenti t3lib_div::validEmail().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::extractNameEmail str  ) 
 

Extracts name/email parts from a header field (like 'To:' or 'From:' with name/email mixed up.

Parametri:
string Value from a header field containing name/email values.
Restituisce:
array Array with the name and email in. Email is validated, otherwise not set.

Definizione alla linea 354 del file class.t3lib_readmail.php.

Riferimenti t3lib_div::validEmail().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::find_MIDfromReturnPath to  ) 
 

Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)

Parametri:
string email address, return address string
Restituisce:
mixed array with 'mid', 'rtbl' and 'rid' keys are returned.

Definizione alla linea 122 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::find_MIDfromReturnPath to  ) 
 

Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)

Parametri:
string email address, return address string
Restituisce:
mixed array with 'mid', 'rtbl' and 'rid' keys are returned.

Definizione alla linea 122 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::find_MIDfromReturnPath to  ) 
 

Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)

Parametri:
string email address, return address string
Restituisce:
mixed array with 'mid', 'rtbl' and 'rid' keys are returned.

Definizione alla linea 122 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::find_MIDfromReturnPath to  ) 
 

Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)

Parametri:
string email address, return address string
Restituisce:
mixed array with 'mid', 'rtbl' and 'rid' keys are returned.

Definizione alla linea 122 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::find_MIDfromReturnPath to  ) 
 

Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)

Parametri:
string email address, return address string
Restituisce:
mixed array with 'mid', 'rtbl' and 'rid' keys are returned.

Definizione alla linea 122 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::find_MIDfromReturnPath to  ) 
 

Returns special TYPO3 Message ID (MID) from input TO header (the return address of the sent mail from Dmailer. Used by Dmailer, return mails)

Parametri:
string email address, return address string
Restituisce:
mixed array with 'mid', 'rtbl' and 'rid' keys are returned.

Definizione alla linea 122 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::find_XTypo3MID content  ) 
 

Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)

Parametri:
string Mail (header) content
Restituisce:
mixed If "X-Typo3MID" header is found and integrity is OK, then an array with 'mid', 'rtbl' and 'rid' keys are returned. Otherwise void.

Definizione alla linea 142 del file class.t3lib_readmail.php.

Riferimenti $content, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::find_XTypo3MID content  ) 
 

Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)

Parametri:
string Mail (header) content
Restituisce:
mixed If "X-Typo3MID" header is found and integrity is OK, then an array with 'mid', 'rtbl' and 'rid' keys are returned. Otherwise void.

Definizione alla linea 142 del file class.t3lib_readmail.php.

Riferimenti $content, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::find_XTypo3MID content  ) 
 

Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)

Parametri:
string Mail (header) content
Restituisce:
mixed If "X-Typo3MID" header is found and integrity is OK, then an array with 'mid', 'rtbl' and 'rid' keys are returned. Otherwise void.

Definizione alla linea 142 del file class.t3lib_readmail.php.

Riferimenti $content, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::find_XTypo3MID content  ) 
 

Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)

Parametri:
string Mail (header) content
Restituisce:
mixed If "X-Typo3MID" header is found and integrity is OK, then an array with 'mid', 'rtbl' and 'rid' keys are returned. Otherwise void.

Definizione alla linea 142 del file class.t3lib_readmail.php.

Riferimenti $content, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::find_XTypo3MID content  ) 
 

Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)

Parametri:
string Mail (header) content
Restituisce:
mixed If "X-Typo3MID" header is found and integrity is OK, then an array with 'mid', 'rtbl' and 'rid' keys are returned. Otherwise void.

Definizione alla linea 142 del file class.t3lib_readmail.php.

Riferimenti $content, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::find_XTypo3MID content  ) 
 

Returns special TYPO3 Message ID (MID) from input mail content (used by Dmailer, return mails)

Parametri:
string Mail (header) content
Restituisce:
mixed If "X-Typo3MID" header is found and integrity is OK, then an array with 'mid', 'rtbl' and 'rid' keys are returned. Otherwise void.

Definizione alla linea 142 del file class.t3lib_readmail.php.

Riferimenti $content, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::fullParse content  ) 
 

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.

Parametri:
string Raw email input.
Restituisce:
array Multidimensional array with all parts of the message organized nicely. Use t3lib_div::debug() to analyse it visually.

Definizione alla linea 474 del file class.t3lib_readmail.php.

t3lib_readmail::fullParse content  ) 
 

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.

Parametri:
string Raw email input.
Restituisce:
array Multidimensional array with all parts of the message organized nicely. Use t3lib_div::debug() to analyse it visually.

Definizione alla linea 474 del file class.t3lib_readmail.php.

t3lib_readmail::fullParse content  ) 
 

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.

Parametri:
string Raw email input.
Restituisce:
array Multidimensional array with all parts of the message organized nicely. Use t3lib_div::debug() to analyse it visually.

Definizione alla linea 474 del file class.t3lib_readmail.php.

t3lib_readmail::fullParse content  ) 
 

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.

Parametri:
string Raw email input.
Restituisce:
array Multidimensional array with all parts of the message organized nicely. Use t3lib_div::debug() to analyse it visually.

Definizione alla linea 474 del file class.t3lib_readmail.php.

t3lib_readmail::fullParse content  ) 
 

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.

Parametri:
string Raw email input.
Restituisce:
array Multidimensional array with all parts of the message organized nicely. Use t3lib_div::debug() to analyse it visually.

Definizione alla linea 474 del file class.t3lib_readmail.php.

t3lib_readmail::fullParse content  ) 
 

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.

Parametri:
string Raw email input.
Restituisce:
array Multidimensional array with all parts of the message organized nicely. Use t3lib_div::debug() to analyse it visually.

Definizione alla linea 474 del file class.t3lib_readmail.php.

t3lib_readmail::getContentTypeData contentTypeStr  ) 
 

Returns the data from the 'content-type' field. That is the boundary, charset and mime-type

Parametri:
string "Content-type-string"
Restituisce:
array key/value pairs with the result.

Definizione alla linea 383 del file class.t3lib_readmail.php.

t3lib_readmail::getContentTypeData contentTypeStr  ) 
 

Returns the data from the 'content-type' field. That is the boundary, charset and mime-type

Parametri:
string "Content-type-string"
Restituisce:
array key/value pairs with the result.

Definizione alla linea 383 del file class.t3lib_readmail.php.

t3lib_readmail::getContentTypeData contentTypeStr  ) 
 

Returns the data from the 'content-type' field. That is the boundary, charset and mime-type

Parametri:
string "Content-type-string"
Restituisce:
array key/value pairs with the result.

Definizione alla linea 383 del file class.t3lib_readmail.php.

t3lib_readmail::getContentTypeData contentTypeStr  ) 
 

Returns the data from the 'content-type' field. That is the boundary, charset and mime-type

Parametri:
string "Content-type-string"
Restituisce:
array key/value pairs with the result.

Definizione alla linea 383 del file class.t3lib_readmail.php.

t3lib_readmail::getContentTypeData contentTypeStr  ) 
 

Returns the data from the 'content-type' field. That is the boundary, charset and mime-type

Parametri:
string "Content-type-string"
Restituisce:
array key/value pairs with the result.

Definizione alla linea 383 del file class.t3lib_readmail.php.

t3lib_readmail::getContentTypeData contentTypeStr  ) 
 

Returns the data from the 'content-type' field. That is the boundary, charset and mime-type

Parametri:
string "Content-type-string"
Restituisce:
array key/value pairs with the result.

Definizione alla linea 383 del file class.t3lib_readmail.php.

t3lib_readmail::getCType str  ) 
 

Returns Content Type plus more. Obsolete, use fullParse()

Parametri:
string "ContentType" string with more
Restituisce:
array parts in key/value pairs

Definizione alla linea 248 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::getCType str  ) 
 

Returns Content Type plus more. Obsolete, use fullParse()

Parametri:
string "ContentType" string with more
Restituisce:
array parts in key/value pairs

Definizione alla linea 248 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::getCType str  ) 
 

Returns Content Type plus more. Obsolete, use fullParse()

Parametri:
string "ContentType" string with more
Restituisce:
array parts in key/value pairs

Definizione alla linea 248 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::getCType str  ) 
 

Returns Content Type plus more. Obsolete, use fullParse()

Parametri:
string "ContentType" string with more
Restituisce:
array parts in key/value pairs

Definizione alla linea 248 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::getCType str  ) 
 

Returns Content Type plus more. Obsolete, use fullParse()

Parametri:
string "ContentType" string with more
Restituisce:
array parts in key/value pairs

Definizione alla linea 248 del file class.t3lib_readmail.php.

Riferimenti $parts.

t3lib_readmail::getCType str  ) 
 

Returns Content Type plus more. Obsolete, use fullParse()

Parametri:
string "ContentType" string with more
Restituisce:
array parts in key/value pairs

Definizione alla linea 248 del file class.t3lib_readmail.php.

Riferimenti $parts.

Referenziato da getMessage().

t3lib_readmail::getGMToffset GMT  ) 
 

Parsing the GMT offset value from a mail timestamp.

Parametri:
string A string like "+0100" or so.
Restituisce:
integer Minutes to offset the timestamp private

Definizione alla linea 429 del file class.t3lib_readmail.php.

t3lib_readmail::getGMToffset GMT  ) 
 

Parsing the GMT offset value from a mail timestamp.

Parametri:
string A string like "+0100" or so.
Restituisce:
integer Minutes to offset the timestamp private

Definizione alla linea 429 del file class.t3lib_readmail.php.

t3lib_readmail::getGMToffset GMT  ) 
 

Parsing the GMT offset value from a mail timestamp.

Parametri:
string A string like "+0100" or so.
Restituisce:
integer Minutes to offset the timestamp private

Definizione alla linea 429 del file class.t3lib_readmail.php.

t3lib_readmail::getGMToffset GMT  ) 
 

Parsing the GMT offset value from a mail timestamp.

Parametri:
string A string like "+0100" or so.
Restituisce:
integer Minutes to offset the timestamp private

Definizione alla linea 429 del file class.t3lib_readmail.php.

t3lib_readmail::getGMToffset GMT  ) 
 

Parsing the GMT offset value from a mail timestamp.

Parametri:
string A string like "+0100" or so.
Restituisce:
integer Minutes to offset the timestamp private

Definizione alla linea 429 del file class.t3lib_readmail.php.

t3lib_readmail::getGMToffset GMT  ) 
 

Parsing the GMT offset value from a mail timestamp.

Parametri:
string A string like "+0100" or so.
Restituisce:
integer Minutes to offset the timestamp private

Definizione alla linea 429 del file class.t3lib_readmail.php.

t3lib_readmail::getMailBoundaryParts boundary,
content
 

Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()

Parametri:
string Boundary string used to split the content.
string BODY section of a mail
Restituisce:
array Parts of the mail based on this

Definizione alla linea 228 del file class.t3lib_readmail.php.

Riferimenti $content, e $val.

t3lib_readmail::getMailBoundaryParts boundary,
content
 

Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()

Parametri:
string Boundary string used to split the content.
string BODY section of a mail
Restituisce:
array Parts of the mail based on this

Definizione alla linea 228 del file class.t3lib_readmail.php.

Riferimenti $content, e $val.

t3lib_readmail::getMailBoundaryParts boundary,
content
 

Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()

Parametri:
string Boundary string used to split the content.
string BODY section of a mail
Restituisce:
array Parts of the mail based on this

Definizione alla linea 228 del file class.t3lib_readmail.php.

Riferimenti $content, e $val.

t3lib_readmail::getMailBoundaryParts boundary,
content
 

Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()

Parametri:
string Boundary string used to split the content.
string BODY section of a mail
Restituisce:
array Parts of the mail based on this

Definizione alla linea 228 del file class.t3lib_readmail.php.

Riferimenti $content, e $val.

t3lib_readmail::getMailBoundaryParts boundary,
content
 

Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()

Parametri:
string Boundary string used to split the content.
string BODY section of a mail
Restituisce:
array Parts of the mail based on this

Definizione alla linea 228 del file class.t3lib_readmail.php.

Riferimenti $content, e $val.

t3lib_readmail::getMailBoundaryParts boundary,
content
 

Splits the body of a mail into parts based on the boundary string given. Obsolete, use fullParse()

Parametri:
string Boundary string used to split the content.
string BODY section of a mail
Restituisce:
array Parts of the mail based on this

Definizione alla linea 228 del file class.t3lib_readmail.php.

Riferimenti $content, e $val.

Referenziato da getMessage().

t3lib_readmail::getMessage mailParts  ) 
 

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.

Parametri:
array Output from extractMailHeader()
Restituisce:
string The content.

Definizione alla linea 188 del file class.t3lib_readmail.php.

Riferimenti $parts, getCType(), getMailBoundaryParts(), e getTextContent().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getMessage mailParts  ) 
 

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.

Parametri:
array Output from extractMailHeader()
Restituisce:
string The content.

Definizione alla linea 188 del file class.t3lib_readmail.php.

Riferimenti $parts, getCType(), getMailBoundaryParts(), e getTextContent().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getMessage mailParts  ) 
 

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.

Parametri:
array Output from extractMailHeader()
Restituisce:
string The content.

Definizione alla linea 188 del file class.t3lib_readmail.php.

Riferimenti $parts, getCType(), getMailBoundaryParts(), e getTextContent().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getMessage mailParts  ) 
 

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.

Parametri:
array Output from extractMailHeader()
Restituisce:
string The content.

Definizione alla linea 188 del file class.t3lib_readmail.php.

Riferimenti $parts, getCType(), getMailBoundaryParts(), e getTextContent().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getMessage mailParts  ) 
 

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.

Parametri:
array Output from extractMailHeader()
Restituisce:
string The content.

Definizione alla linea 188 del file class.t3lib_readmail.php.

Riferimenti $parts, getCType(), getMailBoundaryParts(), e getTextContent().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getMessage mailParts  ) 
 

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.

Parametri:
array Output from extractMailHeader()
Restituisce:
string The content.

Definizione alla linea 188 del file class.t3lib_readmail.php.

Riferimenti $parts, getCType(), getMailBoundaryParts(), e getTextContent().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getTextContent content  ) 
 

Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.

Parametri:
string Raw mail content
Restituisce:
string Body of message

Definizione alla linea 213 del file class.t3lib_readmail.php.

Riferimenti $content, e extractMailHeader().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getTextContent content  ) 
 

Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.

Parametri:
string Raw mail content
Restituisce:
string Body of message

Definizione alla linea 213 del file class.t3lib_readmail.php.

Riferimenti $content, e extractMailHeader().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getTextContent content  ) 
 

Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.

Parametri:
string Raw mail content
Restituisce:
string Body of message

Definizione alla linea 213 del file class.t3lib_readmail.php.

Riferimenti $content, e extractMailHeader().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getTextContent content  ) 
 

Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.

Parametri:
string Raw mail content
Restituisce:
string Body of message

Definizione alla linea 213 del file class.t3lib_readmail.php.

Riferimenti $content, e extractMailHeader().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getTextContent content  ) 
 

Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.

Parametri:
string Raw mail content
Restituisce:
string Body of message

Definizione alla linea 213 del file class.t3lib_readmail.php.

Riferimenti $content, e extractMailHeader().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::getTextContent content  ) 
 

Returns the body part of a raw mail message (including headers) Probably obsolete since the function fullParse() is more advanced and safer to use.

Parametri:
string Raw mail content
Restituisce:
string Body of message

Definizione alla linea 213 del file class.t3lib_readmail.php.

Riferimenti $content, e extractMailHeader().

Referenziato da getMessage().

Questo è il grafo delle chiamate per questa funzione:

t3lib_readmail::makeUnixDate dateStr  ) 
 

Makes a UNIX-date based on the timestamp in the 'Date' header field.

Parametri:
string String with a timestamp according to email standards.
Restituisce:
integer The timestamp converted to unix-time in seconds and compensated for GMT/CET ($this->serverGMToffsetMinutes);

Definizione alla linea 406 del file class.t3lib_readmail.php.

t3lib_readmail::makeUnixDate dateStr  ) 
 

Makes a UNIX-date based on the timestamp in the 'Date' header field.

Parametri:
string String with a timestamp according to email standards.
Restituisce:
integer The timestamp converted to unix-time in seconds and compensated for GMT/CET ($this->serverGMToffsetMinutes);

Definizione alla linea 406 del file class.t3lib_readmail.php.

t3lib_readmail::makeUnixDate dateStr  ) 
 

Makes a UNIX-date based on the timestamp in the 'Date' header field.

Parametri:
string String with a timestamp according to email standards.
Restituisce:
integer The timestamp converted to unix-time in seconds and compensated for GMT/CET ($this->serverGMToffsetMinutes);

Definizione alla linea 406 del file class.t3lib_readmail.php.

t3lib_readmail::makeUnixDate dateStr  ) 
 

Makes a UNIX-date based on the timestamp in the 'Date' header field.

Parametri:
string String with a timestamp according to email standards.
Restituisce:
integer The timestamp converted to unix-time in seconds and compensated for GMT/CET ($this->serverGMToffsetMinutes);

Definizione alla linea 406 del file class.t3lib_readmail.php.

t3lib_readmail::makeUnixDate dateStr  ) 
 

Makes a UNIX-date based on the timestamp in the 'Date' header field.

Parametri:
string String with a timestamp according to email standards.
Restituisce:
integer The timestamp converted to unix-time in seconds and compensated for GMT/CET ($this->serverGMToffsetMinutes);

Definizione alla linea 406 del file class.t3lib_readmail.php.

t3lib_readmail::makeUnixDate dateStr  ) 
 

Makes a UNIX-date based on the timestamp in the 'Date' header field.

Parametri:
string String with a timestamp according to email standards.
Restituisce:
integer The timestamp converted to unix-time in seconds and compensated for GMT/CET ($this->serverGMToffsetMinutes);

Definizione alla linea 406 del file class.t3lib_readmail.php.


Documentazione dei dati membri

t3lib_readmail::$dateAbbrevs
 

Valore iniziale:

 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
        )

Definizione alla linea 88 del file class.t3lib_readmail.php.

t3lib_readmail::$serverGMToffsetMinutes = 60
 

Definizione alla linea 102 del file class.t3lib_readmail.php.


La documentazione per questa classe è stata generata a partire dai seguenti file:
Generato il Thu Jan 19 15:36:21 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6