API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JMailHelper

Liste de tous les membres

Fonctions membres publiques statiques


Documentation des fonctions membres

JMailHelper::cleanAddress ( address) [static]

Verifies that an e-mail address does not have any extra headers injected into it.

Paramètres:
string$addressE-Mail address.
Renvoie:
string|false E-Mail address string or boolean false if injected headers are present.
Depuis:
1.5

Référencé par MailtoController::send().

Voici le graphe d'appel pour cette fonction :

JMailHelper::cleanBody ( body) [static]

Cleans any injected headers from the E-Mail body.

Paramètres:
string$bodyE-Mail body string.
Renvoie:
string Cleaned E-Mail body string.
Depuis:
1.5

Référencé par MailtoController::send().

Voici le graphe d'appel pour cette fonction :

JMailHelper::cleanLine ( value) [static]

Cleans single line inputs.

Paramètres:
string$valueString to be cleaned.
Renvoie:
string Cleaned string.

Référencé par JMail::addBCC(), JMail::addCC(), JMail::addRecipient(), JMail::addReplyTo(), JMail::setSender(), et JMail::setSubject().

Voici le graphe d'appel pour cette fonction :

JMailHelper::cleanSubject ( subject) [static]

Cleans any injected headers from the subject string.

Paramètres:
string$subjectE-Mail subject string.
Renvoie:
string Cleaned E-Mail subject string.
Depuis:
1.5

Référencé par MailtoController::send().

Voici le graphe d'appel pour cette fonction :

JMailHelper::cleanText ( value) [static]

Cleans multi-line inputs.

Paramètres:
string$valueMulti-line string to be cleaned.
Renvoie:
string Cleaned multi-line string.

Référencé par JMail::setBody().

Voici le graphe d'appel pour cette fonction :

JMailHelper::isEmailAddress ( email) [static]

Verifies that the string is in a proper e-mail address format.

Paramètres:
string$emailString to be verified.
Renvoie:
boolean True if string has the correct format; false otherwise.
Depuis:
1.5

Référencé par JTableUser::check(), TableBannerClient::check(), ContactViewCategory::display(), UserModelRemind::remindUsername(), UserModelReset::requestReset(), MailtoController::send(), et ContactController::submit().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :