PHP Interface IMP_Flag_Match_Flag, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
matchFlag ( array $data ) : boolean Set flag by doing IMAP flag matching.

Method Details

matchFlag() public méthode

Set flag by doing IMAP flag matching.
public matchFlag ( array $data ) : boolean
$data array List of IMAP flags.
Résultat boolean True if the flag should be set. False if the flag should never be set. Null if flag should not be set, but could be set by other matching interfaces.