Vilma_MailboxDriver::checkMailbox PHP 메소드

checkMailbox() 추상적인 공개 메소드

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