Liste de tous les membres
Documentation des fonctions membres
static JMailHelper::cleanAddress |
( |
|
$address | ) |
|
|
static |
Verifies that an email address does not have any extra headers injected into it.
- Paramètres:
-
string | $address | email address. |
- Renvoie:
- mixed email address string or boolean false if injected headers are present.
- Depuis:
- 11.1
Référencé par MailtoController\send().
static JMailHelper::cleanBody |
( |
|
$body | ) |
|
|
static |
Cleans any injected headers from the email body.
- Paramètres:
-
string | $body | email body string. |
- Renvoie:
- string Cleaned email body string.
- Depuis:
- 11.1
Référencé par MailtoController\send().
static JMailHelper::cleanLine |
( |
|
$value | ) |
|
|
static |
static JMailHelper::cleanSubject |
( |
|
$subject | ) |
|
|
static |
Cleans any injected headers from the subject string.
- Paramètres:
-
string | $subject | email subject string. |
- Renvoie:
- string Cleaned email subject string.
- Depuis:
- 11.1
Référencé par MailtoController\send().
static JMailHelper::cleanText |
( |
|
$value | ) |
|
|
static |
Cleans multi-line inputs.
- Paramètres:
-
string | $value | Multi-line string to be cleaned. |
- Renvoie:
- string Cleaned multi-line string.
- Depuis:
- 11.1
Référencé par JMail\setBody().
static JMailHelper::isEmailAddress |
( |
|
$email | ) |
|
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :