Vilma_MailboxDriver::checkMailbox PHP Method

checkMailbox() abstract public method

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.
return boolean True if the mailbox exists.
    public abstract function checkMailbox($user, $domain);