Vilma_MailboxDriver::checkMailbox PHP Méthode

checkMailbox() abstract public méthode

Checks whether a mailbox exists and is set up properly.
abstract public checkMailbox ( string $user, string $domain ) : boolean
$user string The name of the mailbox to check.
$domain string The mailbox' domain.
Résultat boolean True if the mailbox exists.
    public abstract function checkMailbox($user, $domain);